~ubuntu-branches/ubuntu/hardy/gnomad2/hardy

« back to all changes in this revision

Viewing changes to src/prefs.c

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2005-09-17 20:50:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050917205020-w5j2zngvh2czg0i1
Tags: 2.8.1-1
* New upstream release.
* Fix bug affecting file names starting with numbers. Closes: #324865.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
          gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(extended_metadata), TRUE);
89
89
          must_read_extended_metadata = TRUE;
90
90
        } else {
91
 
          gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(display_dotdirs), FALSE);
 
91
          gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(use_origname), FALSE);
92
92
        }
93
93
      } else if (!strcmp(name, "DISPLAY_DOTDIRS")) {
94
94
        if (g_scanner_cur_value(scanner).v_int)