[gvfs/gnome-3-6] client: Don't disable exit_on_close on session bus



commit 9ea5e8bc04e147a7a5f5a1fc81b43a62f09fd19b
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Oct 11 23:16:14 2012 +0200

    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!
    (cherry picked from commit baa03b1333cf83cbb9618e0bebd8038df8cc50b2)

 client/gdaemonvfs.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/client/gdaemonvfs.c b/client/gdaemonvfs.c
index 6ff64e5..3ca31a2 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]