summaryrefslogtreecommitdiff
path: root/gtk/gtkplacesview.c
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2016-05-02 14:45:44 +0000
committerРуслан Ижбулатов <lrn1986@gmail.com>2016-05-02 14:45:44 +0000
commitb579fa82fe4559db72e6583745fef206c2b59db6 (patch)
tree42d847b1b8d2e02536f1d0635cdf9d79eb0e7b49 /gtk/gtkplacesview.c
parent9a03fc906affbe509959b36dcef0eb179876d56b (diff)
downloadgtk+-b579fa82fe4559db72e6583745fef206c2b59db6.tar.gz
Use default VFS, not a local one (it has no network)
Diffstat (limited to 'gtk/gtkplacesview.c')
-rw-r--r--gtk/gtkplacesview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkplacesview.c b/gtk/gtkplacesview.c
index 19af4ed570..0bbf66931f 100644
--- a/gtk/gtkplacesview.c
+++ b/gtk/gtkplacesview.c
@@ -1009,7 +1009,7 @@ fetch_networks (GtkPlacesView *view)
gboolean found;
priv = gtk_places_view_get_instance_private (view);
- supported_uris = g_vfs_get_supported_uri_schemes (g_vfs_get_local ());
+ supported_uris = g_vfs_get_supported_uri_schemes (g_vfs_get_default ());
for (found = FALSE; !found && supported_uris && supported_uris[0]; supported_uris++)
if (g_strcmp0 (supported_uris[0], "network") == 0)