~ubuntu-branches/debian/squeeze/brasero/squeeze

« back to all changes in this revision

Viewing changes to libbrasero-burn/brasero-blank-dialog.c

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2010-09-05 16:48:36 UTC
  • mfrom: (1.2.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20100905164836-5jkj33q4wx2qjk23
Tags: 2.30.3-1
* Recommend cdrdao 1.2.3 so that it can actually work.
  + This restores CD copying functionality. Closes: #587408.
  + And audio CD burning without brasero-cdrkit. Closes: #580874.
* New upstream bugfix and translation release.
  + Drops CD text support. Closes: #578366.
* 90_relibtoolize.patch: updated for the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#include "burn-basics.h"
45
45
 
46
46
#include "brasero-session.h"
 
47
#include "brasero-session-helper.h"
47
48
#include "brasero-burn.h"
48
49
 
49
50
#include "burn-plugin-manager.h"
202
203
        priv = BRASERO_BLANK_DIALOG_PRIVATE (self);
203
204
 
204
205
        burn = brasero_tool_dialog_get_burn (dialog);
 
206
        brasero_burn_session_start (priv->session);
205
207
        result = brasero_burn_blank (burn,
206
208
                                     priv->session,
207
209
                                     &error);