~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to plugins/growisofs/burn-growisofs.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-07-04 15:14:24 UTC
  • mfrom: (1.3.7 upstream)
  • mto: (1.4.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: james.westby@ubuntu.com-20100704151424-yg69h5sc55xgjp6h
Tags: 2.30.2-1
* New upstream release.
  - Fixes incorrectly reported size by passing correct arguments to
    g_signal_emit(). Closes: #568606
  - Fixes tracker search support. Closes: #465238
* debian/patches/90_relibtoolize.patch
  - Refresh for new upstream release.
* Switch to source formate 3.0 (quilt)
  - Add debian/source/format.
  - Drop Build-Depends on quilt.
  - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
* Bump-Standards-Version to 3.9.0
  - Use architecture wildcard kfreebsd-any for the libcam-dev Build-Depends.
  - Use Breaks instead of Conflicts as recommended by the new policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
633
633
                if (!BRASERO_IS_TRACK_DATA (track))
634
634
                        return BRASERO_BURN_NOT_SUPPORTED;
635
635
 
 
636
                /* If another job is piping data to us leave it to the job to 
 
637
                 * retrieve the data size. */
 
638
                if (brasero_job_get_fd_in (BRASERO_JOB (process), NULL) == BRASERO_BURN_OK)
 
639
                        return BRASERO_BURN_NOT_SUPPORTED;
 
640
 
636
641
                result = brasero_growisofs_set_argv_record (BRASERO_GROWISOFS (process),
637
642
                                                            argv,
638
643
                                                            error);
649
654
 
650
655
        return result;
651
656
}
 
657
 
652
658
static void
653
659
brasero_growisofs_class_init (BraseroGrowisofsClass *klass)
654
660
{