]> Pileus Git - ~andy/gtk/commit
filechooser: Use _gtk_file_has_native_path() throughout when testing for local_only
authorFederico Mena Quintero <federico@gnome.org>
Tue, 5 Mar 2013 23:17:00 +0000 (17:17 -0600)
committerFederico Mena Quintero <federico@gnome.org>
Tue, 5 Mar 2013 23:17:42 +0000 (17:17 -0600)
commita89d420270d1a856e072ed87c365b0176f102e6c
tree4a3f46e4d4be874320f2bd03edb43c1238b9f393
parentd484721b5ca9e82d6422cca8a3a40f001208f87b
filechooser: Use _gtk_file_has_native_path() throughout when testing for local_only

In the case of checking for local_only, g_file_is_native() is not useful, since it
will return FALSE for something in a FUSE mount.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
gtk/gtkfilechooserbutton.c
gtk/gtkfilechooserdefault.c