[gvfs/gnome-3-6] proxy volume monitor: Don't force-close the session bus
- From: Tomas Bzatek <tbzatek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs/gnome-3-6] proxy volume monitor: Don't force-close the session bus
- Date: Thu, 1 Nov 2012 13:48:14 +0000 (UTC)
commit 5dfdaf9a18971bf5504a0d3fe00f747a853ee800
Author: Tomas Bzatek <tbzatek redhat com>
Date: Thu Nov 1 14:46:10 2012 +0100
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
monitor/proxy/gproxyvolumemonitor.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/monitor/proxy/gproxyvolumemonitor.c b/monitor/proxy/gproxyvolumemonitor.c
index e0d17b7..df99935 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]