X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkfilechooserprivate.h;h=24f57e05912ee2941e40a79bbabbbedcd286b597;hb=10862a344aa8fb44e6045343ddf65eb0d14cc1b2;hp=d198e96c272cfb3855ccd7caef4ea2a5552361b2;hpb=3f498adfb00525aa2af73889fc9c184f4ccadeb6;p=~andy%2Fgtk diff --git a/gtk/gtkfilechooserprivate.h b/gtk/gtkfilechooserprivate.h index d198e96c2..24f57e059 100644 --- a/gtk/gtkfilechooserprivate.h +++ b/gtk/gtkfilechooserprivate.h @@ -206,6 +206,7 @@ struct _GtkFileChooserDefault GtkFileSystemHandle *update_current_folder_handle; GtkFileSystemHandle *show_and_select_paths_handle; GtkFileSystemHandle *should_respond_get_info_handle; + GtkFileSystemHandle *file_exists_get_info_handle; GtkFileSystemHandle *update_from_entry_handle; GtkFileSystemHandle *shortcuts_activate_iter_handle; GSList *pending_handles; @@ -264,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;