_gtk_file_chooser_entry_set_action (GTK_FILE_CHOOSER_ENTRY (impl->location_entry), impl->action);
location_bar_update (impl);
-
- /* This *is* needed; we need to redraw the file list because the "sensitivity"
- * of files may change depending whether we are in a file or folder-only mode.
- */
- gtk_widget_queue_draw (impl->browse_files_tree_view);
}
static char *
static void
change_icon_theme (GtkFileChooserWidget *impl)
{
- gtk_widget_queue_resize (impl->browse_files_tree_view);
+ /* TODO: handle icon theme changes */
}
/* Callback used when a GtkSettings value changes */