diff options
author | Peter Teichman <teichman@src.gnome.org> | 2007-01-08 18:34:06 +0000 |
---|---|---|
committer | Peter Teichman <teichman@src.gnome.org> | 2007-01-08 18:34:06 +0000 |
commit | 0177b21959c94a2eb423e31c669de0f3153fedfb (patch) | |
tree | 3bed08423881b67240c27bbd0b8612e9661f4ccf /gtk/gtkfilechooserprivate.h | |
parent | 5169423a9bce0bc202741b5d5942573a170629b6 (diff) | |
download | gtk+-0177b21959c94a2eb423e31c669de0f3153fedfb.tar.gz |
Save the expanded state of the folder browser with the file chooser
* gtk/gtkfilechooserdefault.c:
* gtk/gtkfilechooserprivate.h:
* gtk/gtkfilechoosersettings.c:
* gtk/gtkfilechoosersettings.h:
Save the expanded state of the folder browser with the file
chooser settings. Resolves the expander portions of (#153828,
Lemmit Kaplinski)
svn path=/trunk/; revision=17121
Diffstat (limited to 'gtk/gtkfilechooserprivate.h')
-rw-r--r-- | gtk/gtkfilechooserprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkfilechooserprivate.h b/gtk/gtkfilechooserprivate.h index eb18035c89..24f57e0591 100644 --- a/gtk/gtkfilechooserprivate.h +++ b/gtk/gtkfilechooserprivate.h @@ -265,6 +265,7 @@ struct _GtkFileChooserDefault guint list_sort_ascending : 1; guint changing_folder : 1; guint shortcuts_current_folder_active : 1; + guint expand_folders : 1; #if 0 guint shortcuts_drag_outside : 1; |