diff options
author | Federico Mena Quintero <federico@gnome.org> | 2011-06-27 17:51:57 -0500 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2011-07-01 19:05:12 -0500 |
commit | 3146c790a74a61e81363e060513dfe32e5031875 (patch) | |
tree | 365a77ff7d15808cd4c7b0bf058540925f1f20fd /gtk/gtkfilechooserprivate.h | |
parent | 904ad6620f4fbf39ab9dbfc43fc9a9819fa4b198 (diff) | |
download | gtk+-3146c790a74a61e81363e060513dfe32e5031875.tar.gz |
Remove the expander in Save mode, and the configuration key
This effectively makes the file chooser always be in 'expanded' mode.
Later, we'll move the pathbar to the 'Save in folder:' line.
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
Diffstat (limited to 'gtk/gtkfilechooserprivate.h')
-rw-r--r-- | gtk/gtkfilechooserprivate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserprivate.h b/gtk/gtkfilechooserprivate.h index 117900fa32..cf4a6969fb 100644 --- a/gtk/gtkfilechooserprivate.h +++ b/gtk/gtkfilechooserprivate.h @@ -165,7 +165,6 @@ struct _GtkFileChooserDefault GtkWidget *save_folder_label; GtkWidget *save_folder_combo; - GtkWidget *save_expander; /* The file browsing widgets */ GtkWidget *browse_widgets; @@ -298,7 +297,6 @@ struct _GtkFileChooserDefault guint list_sort_ascending : 1; guint changing_folder : 1; guint shortcuts_current_folder_active : 1; - guint expand_folders : 1; guint has_home : 1; guint has_desktop : 1; guint has_search : 1; |