summaryrefslogtreecommitdiff
path: root/monitor/proxy
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-11-01 14:37:37 +0100
committerTomas Bzatek <tbzatek@redhat.com>2012-11-01 14:37:37 +0100
commitf70800d655ca6b222625cd72af820f17404bdb4d (patch)
tree832d93ded66755fa6a2a6ae5ab52e5614559d9be /monitor/proxy
parented24477ecdcf137276e9b7e89be70a819854a423 (diff)
downloadgvfs-f70800d655ca6b222625cd72af820f17404bdb4d.tar.gz
proxy volume monitor: Don't disable exit_on_close on session bus
We're on shared session bus, let's exit when connection closes (usually tied to running desktop session). https://bugzilla.gnome.org/show_bug.cgi?id=687074
Diffstat (limited to 'monitor/proxy')
-rw-r--r--monitor/proxy/gproxyvolumemonitor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor/proxy/gproxyvolumemonitor.c b/monitor/proxy/gproxyvolumemonitor.c
index 7ee616e8..c46e27ff 100644
--- a/monitor/proxy/gproxyvolumemonitor.c
+++ b/monitor/proxy/gproxyvolumemonitor.c
@@ -1424,7 +1424,6 @@ g_proxy_volume_monitor_setup_session_bus_connection (void)
g_error_free (error);
goto out;
}
- g_dbus_connection_set_exit_on_close (the_session_bus, FALSE);
the_volume_monitors = g_hash_table_new (g_direct_hash, g_direct_equal);