[Pkg-telepathy-commits] [telepathy-mission-control-6] 41/90: McdMaster: don't force exit-on-disconnect on

Simon McVittie smcv at debian.org
Wed May 14 12:09:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 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;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list