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:
Emmanuele Bassi 2008-09-18 22:00:53 +00:00 committed by Emmanuele Bassi
parent 174cacb6b5
commit d5a173b4ed
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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);