summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-10-11 23:16:14 +0200
committerAlexander Larsson <alexl@redhat.com>2012-10-11 23:16:14 +0200
commitbaa03b1333cf83cbb9618e0bebd8038df8cc50b2 (patch)
treef99aea0dc2fcf955f3a811fbce58936ad19043f2
parentc90f496faeb3451819c1d96f24abeb0d66013ef4 (diff)
downloadgvfs-baa03b1333cf83cbb9618e0bebd8038df8cc50b2.tar.gz
client: Don't disable exit_on_close on session bus
We should *not* disable exit on close for the shared session bus connection, this means that apps won't properly exit with the session!
-rw-r--r--client/gdaemonvfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/gdaemonvfs.c b/client/gdaemonvfs.c
index 6ff64e5f..3ca31a29 100644
--- a/client/gdaemonvfs.c
+++ b/client/gdaemonvfs.c
@@ -326,8 +326,6 @@ g_daemon_vfs_init (GDaemonVfs *vfs)
vfs->fuse_root = g_vfs_get_file_for_path (vfs->wrapped_vfs, file);
g_free (file);
- g_dbus_connection_set_exit_on_close (vfs->async_bus, FALSE);
-
modules = g_io_modules_load_all_in_directory (GVFS_MODULE_DIR);
vfs->from_uri_hash = g_hash_table_new (g_str_hash, g_str_equal);