diff options
Diffstat (limited to 'daemon/mount.c')
-rw-r--r-- | daemon/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/mount.c b/daemon/mount.c index 6349c26b..d872c019 100644 --- a/daemon/mount.c +++ b/daemon/mount.c @@ -343,7 +343,7 @@ mountable_mount_with_name (MountData *data, g_print ("mountable_mount_with_name: dbus_name = '%s'\n", dbus_name); gvfs_dbus_mountable_proxy_new_for_bus (G_BUS_TYPE_SESSION, - G_DBUS_PROXY_FLAGS_NONE, + G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS | G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES, dbus_name, G_VFS_DBUS_MOUNTABLE_PATH, NULL, |