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

« back to all changes in this revision

Viewing changes to src/setting.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:
201
201
    {"confirm_rename_file",                     CV_TYPE_BOOL,    &CONFIRM_RENAME_FILE                    },
202
202
    {"confirm_write_playlist",                  CV_TYPE_BOOL,    &CONFIRM_WRITE_PLAYLIST                 },
203
203
    {"confirm_delete_file",                     CV_TYPE_BOOL,    &CONFIRM_DELETE_FILE                    },
 
204
    {"confirm_when_unsaved_files",              CV_TYPE_BOOL,    &CONFIRM_WHEN_UNSAVED_FILES             },
204
205
    {"process_filename_field",                  CV_TYPE_BOOL,    &PROCESS_FILENAME_FIELD                 },
205
206
    {"process_title_field",                     CV_TYPE_BOOL,    &PROCESS_TITLE_FIELD                    },
206
207
    {"process_artist_field",                    CV_TYPE_BOOL,    &PROCESS_ARTIST_FIELD                   },
792
793
        CONFIRM_RENAME_FILE    = GTK_TOGGLE_BUTTON(ConfirmRenameFile)->active;
793
794
        CONFIRM_DELETE_FILE    = GTK_TOGGLE_BUTTON(ConfirmDeleteFile)->active;
794
795
        CONFIRM_WRITE_PLAYLIST = GTK_TOGGLE_BUTTON(ConfirmWritePlayList)->active;
 
796
        CONFIRM_WHEN_UNSAVED_FILES = GTK_TOGGLE_BUTTON(ConfirmWhenUnsavedFiles)->active;
795
797
 
796
798
        /* Parameters and variables of Scanner Window are in "scan.c" file */
797
799
        /* Parameters and variables of Cddb Window are in "cddb.c" file */