summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-10 20:45:53 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-10 20:45:53 +0200
commite7c2d026179ee78590fb017a326bd35374702ef4 (patch)
tree5a769765cd4bb4f4f54fb2f05283fc6e8e7b88aa /plugins/gtkui/actionhandlers.c
parent8aaa885aae14ef3bd350b847e4e410d5dc3d0197 (diff)
gtkui: disable file filter in folder chooser
Diffstat (limited to 'plugins/gtkui/actionhandlers.c')
-rw-r--r--plugins/gtkui/actionhandlers.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gtkui/actionhandlers.c b/plugins/gtkui/actionhandlers.c
index b7e05f39..60c86e9c 100644
--- a/plugins/gtkui/actionhandlers.c
+++ b/plugins/gtkui/actionhandlers.c
@@ -223,7 +223,8 @@ action_add_folders_handler_cb (void *user_data) {
gtk_file_chooser_set_extra_widget (GTK_FILE_CHOOSER (dlg), box);
- set_file_filter (dlg, NULL);
+// gtk devs broke this in 3.6 - thanks guys
+// set_file_filter (dlg, NULL);
gtk_file_chooser_set_select_multiple (GTK_FILE_CHOOSER (dlg), TRUE);
// restore folder