aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-01 19:47:38 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-01 19:47:41 +0800
commitbc2eade547a04c1324b3cfc563353d9b06dff1aa (patch)
treec369ce1e3b9b68f2c4ac26e51b3821ccd0bc1b6d /libempathy
parent01b686e3cd62fb958c36e9f6ad534bac1cc81c5f (diff)
downloadgsoc2013-empathy-bc2eade547a04c1324b3cfc563353d9b06dff1aa.tar
gsoc2013-empathy-bc2eade547a04c1324b3cfc563353d9b06dff1aa.tar.gz
gsoc2013-empathy-bc2eade547a04c1324b3cfc563353d9b06dff1aa.tar.bz2
gsoc2013-empathy-bc2eade547a04c1324b3cfc563353d9b06dff1aa.tar.lz
gsoc2013-empathy-bc2eade547a04c1324b3cfc563353d9b06dff1aa.tar.xz
gsoc2013-empathy-bc2eade547a04c1324b3cfc563353d9b06dff1aa.tar.zst
gsoc2013-empathy-bc2eade547a04c1324b3cfc563353d9b06dff1aa.zip
empathy-handler: stop using tp_get_bus
It has been deprecated.
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-handler.c b/libempathy/empathy-handler.c
index 8cfa41942..20850cd60 100644
--- a/libempathy/empathy-handler.c
+++ b/libempathy/empathy-handler.c
@@ -105,7 +105,7 @@ handler_constructor (GType type,
DEBUG ("Registering at %s, %s", priv->busname, object_path);
g_assert (tp_dbus_daemon_request_name (dbus,
priv->busname, TRUE, NULL));
- dbus_g_connection_register_g_object (tp_get_bus (),
+ dbus_g_connection_register_g_object (tp_proxy_get_dbus_connection (dbus),
object_path, obj);