~jcowgill/ubuntu/trusty/easytag/bug-1295882

« back to all changes in this revision

Viewing changes to src/prefs.c

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2012-04-13 21:14:54 UTC
  • mfrom: (8.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120413211454-32npmljr4ftjth3u
Tags: 2.1.7-1ubuntu1
* Merge from Debian unstable (LP: #883019, #979316)
  remaining Ubuntu changes:
  + debian/control:
    - Add easytag-aac transitional package.
  + debian/install:
    - Install upstream files to easytag binary package.
  + debian/rules:
    - Do not fail on deleting ChangeLog file if it doesn't exist.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1414
1414
    gtk_box_pack_start(GTK_BOX(VBox),ConfirmWritePlayList,FALSE,FALSE,0);
1415
1415
    gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(ConfirmWritePlayList),CONFIRM_WRITE_PLAYLIST);
1416
1416
 
 
1417
    ConfirmWhenUnsavedFiles = gtk_check_button_new_with_label(_("Confirm changing directory when there are unsaved changes"));
 
1418
    gtk_box_pack_start(GTK_BOX(VBox),ConfirmWhenUnsavedFiles,FALSE,FALSE,0);
 
1419
    gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(ConfirmWhenUnsavedFiles),CONFIRM_WHEN_UNSAVED_FILES);
1417
1420
 
1418
1421
 
1419
1422
    /*