[next] telepathy-mission-control: McdMaster: don' t force exit-on-disconnect on

Simon McVittie smcv at kemper.freedesktop.org
Thu Apr 3 07:28:02 PDT 2014


Module: telepathy-mission-control
Branch: next
Commit: 3fdaf80c67ad704cd0b827a642289ccef6de1429
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=3fdaf80c67ad704cd0b827a642289ccef6de1429

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Mar 21 17:57:34 2014 +0000

McdMaster: don't force exit-on-disconnect on

It's on by default in both libdbus and GDBus, so this was unnecessary
even with dbus-glib, and there's no point in porting it.

---

 src/mcd-master.c |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/mcd-master.c b/src/mcd-master.c
index dd4e3ce..2dbfe61 100644
--- a/src/mcd-master.c
+++ b/src/mcd-master.c
@@ -210,11 +210,6 @@ mcd_master_constructor (GType type, guint n_params,
 
     _mcd_account_manager_setup (priv->account_manager);
 
-    dbus_connection_set_exit_on_disconnect (
-        dbus_g_connection_get_connection (
-            tp_proxy_get_dbus_connection (TP_PROXY (priv->dbus_daemon))),
-        TRUE);
-
     return (GObject *) master;
 }
 



More information about the telepathy-commits mailing list