Show the size column by default in the file chooser

Signed-off-by: Federico Mena Quintero <federico@novell.com>
This commit is contained in:
Federico Mena Quintero
2009-06-18 19:48:38 -05:00
parent 6fe357965a
commit 68171b506f
2 changed files with 2 additions and 2 deletions

View File

@ -791,7 +791,7 @@ _gtk_file_chooser_default_init (GtkFileChooserDefault *impl)
impl->use_preview_label = TRUE;
impl->select_multiple = FALSE;
impl->show_hidden = FALSE;
impl->show_size_column = FALSE;
impl->show_size_column = TRUE;
impl->icon_size = FALLBACK_ICON_SIZE;
impl->load_state = LOAD_EMPTY;
impl->reload_state = RELOAD_EMPTY;

View File

@ -248,7 +248,7 @@ _gtk_file_chooser_settings_init (GtkFileChooserSettings *settings)
settings->sort_column = FILE_LIST_COL_NAME;
settings->show_hidden = FALSE;
settings->expand_folders = FALSE;
settings->show_size_column = FALSE;
settings->show_size_column = TRUE;
settings->geometry_x = -1;
settings->geometry_y = -1;
settings->geometry_width = -1;