summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-05-16 15:17:06 +0200
committerTomas Bzatek <tbzatek@redhat.com>2012-05-21 15:50:28 +0200
commite494894f5b5048de98dc571235be286cca24b526 (patch)
tree0b2c121fafdb3e629ae569089dc8de3b5745fe94
parent688c8ff204efb5ba5125efd5b723cc836a4889ff (diff)
downloadgvfs-e494894f5b5048de98dc571235be286cca24b526.tar.gz
gdbus: Use g_dbus_connection_set_exit_on_close() where applicable
-rw-r--r--monitor/proxy/gproxyvolumemonitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/proxy/gproxyvolumemonitor.c b/monitor/proxy/gproxyvolumemonitor.c
index 57c127c3..3fcc40a3 100644
--- a/monitor/proxy/gproxyvolumemonitor.c
+++ b/monitor/proxy/gproxyvolumemonitor.c
@@ -1404,7 +1404,7 @@ g_proxy_volume_monitor_setup_session_bus_connection (void)
g_error_free (error);
goto out;
}
- g_object_set (the_session_bus, "exit-on-close", FALSE, NULL);
+ g_dbus_connection_set_exit_on_close (the_session_bus, FALSE);
the_volume_monitors = g_hash_table_new (g_direct_hash, g_direct_equal);