X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkfilechooserdefault.c;h=99c4200abdf2a7d3fc24bdeab151e63d3fa39f77;hb=a89d420270d1a856e072ed87c365b0176f102e6c;hp=55788e366916fbedbd60ded5f8a4a812c48e7795;hpb=d484721b5ca9e82d6422cca8a3a40f001208f87b;p=~andy%2Fgtk diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index 55788e366..99c4200ab 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -5159,7 +5159,7 @@ set_local_only (GtkFileChooserDefault *impl, } if (local_only && impl->current_folder && - !g_file_is_native (impl->current_folder)) + !_gtk_file_has_native_path (impl->current_folder)) { /* If we are pointing to a non-local folder, make an effort to change * back to a local folder, but it's really up to the app to not cause