summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-11-01 14:46:10 +0100
committerTomas Bzatek <tbzatek@redhat.com>2012-11-01 14:46:10 +0100
commit5dfdaf9a18971bf5504a0d3fe00f747a853ee800 (patch)
tree0bfb374eb36a15baaa1bf7e1f7737c34e06ae008
parent5265dff7b56d892917640367414cf5d3f5e7ddb7 (diff)
downloadgvfs-5dfdaf9a18971bf5504a0d3fe00f747a853ee800.tar.gz
proxy volume monitor: Don't force-close the session bus
Simple fix to prevent bus closing on GIO module unload. https://bugzilla.gnome.org/show_bug.cgi?id=687074
-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 e0d17b7a..df999350 100644
--- a/monitor/proxy/gproxyvolumemonitor.c
+++ b/monitor/proxy/gproxyvolumemonitor.c
@@ -1435,7 +1435,6 @@ g_proxy_volume_monitor_teardown_session_bus_connection (void)
G_LOCK (proxy_vm);
if (the_session_bus != NULL)
{
- g_dbus_connection_close_sync (the_session_bus, NULL, NULL);
g_object_unref (the_session_bus);
the_session_bus = NULL;