From cf216d780cb2c889a3bcb5faa825fc1b21af8896 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Sun, 18 Nov 2012 19:39:11 +1100 Subject: filechooser: Show FUSE mounted locations in shortcuts Since FUSE locations can be handled safely by applications show these mounted locations regardless of whether gtk_file_chooser_set_local_only() is set to TRUE https://bugzilla.gnome.org/show_bug.cgi?id=586367 --- gtk/gtkfilechooserentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkfilechooserentry.c') diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index 98ecd24c71..603516a2cf 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -558,7 +558,7 @@ set_completion_folder (GtkFileChooserEntry *chooser_entry, { if (folder_file && chooser_entry->local_only - && !g_file_is_native (folder_file)) + && _gtk_file_is_path_not_local (folder_file)) folder_file = NULL; if ((chooser_entry->current_folder_file -- cgit v1.2.1