mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Use default VFS, not a local one (it has no network)
This commit is contained in:
parent
9a03fc906a
commit
b579fa82fe
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user