forked from AuroraMiddleware/gtk
Save the size column visibility state with the rest of the FileChooser
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com> * gtk/gtkfilechooserdefault.c (settings_save): Save the size column visibility state with the rest of the FileChooser settings. svn path=/trunk/; revision=21437
This commit is contained in:
parent
174cacb6b5
commit
d5a173b4ed
@ -1,3 +1,8 @@
|
||||
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (settings_save): Save the size column
|
||||
visibility state with the rest of the FileChooser settings.
|
||||
|
||||
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com>
|
||||
|
||||
Bug 325095 – show a 'size' column
|
||||
|
@ -6009,6 +6009,7 @@ settings_save (GtkFileChooserDefault *impl)
|
||||
_gtk_file_chooser_settings_set_location_mode (settings, impl->location_mode);
|
||||
_gtk_file_chooser_settings_set_show_hidden (settings, gtk_file_chooser_get_show_hidden (GTK_FILE_CHOOSER (impl)));
|
||||
_gtk_file_chooser_settings_set_expand_folders (settings, impl->expand_folders);
|
||||
_gtk_file_chooser_settings_set_show_size_column (settings, impl->show_size_column);
|
||||
|
||||
/* NULL GError */
|
||||
_gtk_file_chooser_settings_save (settings, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user