]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilechooserprivate.h
Fix a compiler warning.
[~andy/gtk] / gtk / gtkfilechooserprivate.h
index d198e96c272cfb3855ccd7caef4ea2a5552361b2..24f57e05912ee2941e40a79bbabbbedcd286b597 100644 (file)
@@ -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;