From bc2eade547a04c1324b3cfc563353d9b06dff1aa Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 1 Apr 2010 13:47:38 +0200 Subject: empathy-handler: stop using tp_get_bus It has been deprecated. --- libempathy/empathy-handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') 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); -- cgit v1.2.3