~ubuntu-branches/ubuntu/vivid/brasero/vivid-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-18 17:53:39 UTC
  • mfrom: (1.1.47 upstream) (1.4.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110518175339-so6a6fejezs5i1pc
Tags: 3.0.0-1ubuntu1
* Rebase from Debian and GNOME3 PPA. Remaining Ubuntu changes:
* debian/control:
  - Build-Depend on dh-autoreconf, libappindicator3-dev and
    liblaunchpad-integration-3.0-dev
  - Recommends: brasero-cdrkit
  - libbrasero-media3-1 Depends on dvd+rw-tools not growisofs and
    Suggests rather than Recommends gstreamer plugin packages
* debian/patches/010_lpi.patch:
  - Launchpad integration patch
* debian/patches/012_appindicator.patch:
  - Use application indicators
* debian/rules:
  - Include autoreconf.mk
* debian/watch:
  - Watch unstable releases also

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
                             GPtrArray *argv,
284
284
                             GError **error)
285
285
{
286
 
        BraseroDvdAuthorPrivate *priv;
287
286
        BraseroBurnResult result;
288
287
        BraseroJobAction action;
289
288
        gchar *output;
290
289
 
291
 
        priv = BRASERO_DVD_AUTHOR_PRIVATE (process);
292
 
 
293
290
        brasero_job_get_action (BRASERO_JOB (process), &action);
294
291
        if (action != BRASERO_JOB_ACTION_IMAGE)
295
292
                BRASERO_JOB_NOT_SUPPORTED (process);