~ubuntu-branches/ubuntu/trusty/brasero/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/012_appindicator.patch/libbrasero-burn/brasero-burn-dialog.c

  • Committer: Package Import Robot
  • Author(s): Matthew Fischer
  • Date: 2013-05-26 13:21:27 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20130526132127-08owtdhxzr4s6hms
Tags: 3.8.0-0ubuntu1
* New upstream release (LP: #1184409)
  - Documentation fixes
  - Translation updates
  - Add a question mark to a question
  - Support notification filtering
  - Remove nonexisting options from the man page
  - Fix while loop in `brasero_libisofs_write_image_to_fd_thread
* Refreshed patches
* 99_fix-mp3-projects.patch: Removed, already applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
 
170
170
        notify_notification_set_timeout (notification, 10000);
171
171
        notify_notification_set_urgency (notification, NOTIFY_URGENCY_NORMAL);
 
172
        notify_notification_set_hint_string (notification, "desktop-entry",
 
173
                                             "brasero");
172
174
 
173
175
        result = notify_notification_show (notification, &error);
174
176
        if (error) {
1967
1969
        && (brasero_track_type_get_medium_type (&priv->input) & BRASERO_MEDIUM_HAS_AUDIO))) {
1968
1970
                /* since we succeed offer the possibility to create cover if that's an audio disc */
1969
1971
                create_cover = gtk_dialog_add_button (GTK_DIALOG (dialog),
1970
 
                                                      _("_Create Cover"),
 
1972
                                                      _("Create Co_ver"),
1971
1973
                                                      GTK_RESPONSE_CLOSE);
1972
1974
        }
1973
1975