~ubuntu-branches/debian/wheezy/brasero/wheezy

« back to all changes in this revision

Viewing changes to src/brasero-project.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:
1163
1163
                            0);
1164
1164
 
1165
1165
        g_object_unref (size_group);
1166
 
        
1167
1166
}
1168
1167
 
1169
1168
static void
2012
2011
brasero_project_set_source (BraseroProject *project,
2013
2012
                            BraseroURIContainer *source)
2014
2013
{
 
2014
        if (project->priv->chooser)
 
2015
                gtk_dialog_response (GTK_DIALOG (project->priv->chooser), GTK_RESPONSE_CANCEL);
 
2016
 
2015
2017
        if (project->priv->activated_id) {
2016
2018
                g_signal_handler_disconnect (project->priv->current_source,
2017
2019
                                             project->priv->activated_id);