~ubuntu-branches/debian/experimental/easytag/experimental

« back to all changes in this revision

Viewing changes to src/browser.c

  • Committer: Package Import Robot
  • Author(s): Maia Kozheva
  • Date: 2012-04-09 11:37:09 UTC
  • mfrom: (1.3.12)
  • Revision ID: package-import@ubuntu.com-20120409113709-mmdo8zqk29n4jxip
Tags: 2.1.7-1
* New upstream release.
* Add fix_segfault_loading_tags_from_txt.patch:
  - From upstream git, fixes crashes when applying tags loaded from TXT file.
    (Closes: #646978)
* debian/control:
  - Update Standards-Version to 3.9.3.
* debian/rules:
  - Remove get-orig-source, now using an unmodified upstream tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
744
744
    Update_Command_Buttons_Sensivity(); // Not clean to put this here...
745
745
 
746
746
    /* Check if all files have been saved before changing the directory */
747
 
    if (ET_Check_If_All_Files_Are_Saved() != TRUE)
 
747
    if (CONFIRM_WHEN_UNSAVED_FILES && ET_Check_If_All_Files_Are_Saved() != TRUE)
748
748
    {
749
749
        GtkWidget *msgbox = NULL;
750
750
        gint response;