X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=src%2Fempathy-chat-manager.c;h=b3b02c518560970d389b85a84d44c5d54eb99184;hp=279d7d8ff43bcdf31716067920e6a55f93aec8bd;hb=983d1b03fa252ea5743d58f290ab70be8fa8c291;hpb=21674ad377f646ef1e242f7e4260ee2398a220be diff --git a/src/empathy-chat-manager.c b/src/empathy-chat-manager.c index 279d7d8f..b3b02c51 100644 --- a/src/empathy-chat-manager.c +++ b/src/empathy-chat-manager.c @@ -290,7 +290,7 @@ empathy_chat_manager_init (EmpathyChatManager *self) /* Text channels handler */ priv->handler = tp_simple_handler_new_with_am (am, FALSE, FALSE, - EMPATHY_CHAT_BUS_NAME_SUFFIX, FALSE, handle_channels, self, NULL); + EMPATHY_CHAT_TP_BUS_NAME_SUFFIX, FALSE, handle_channels, self, NULL); g_object_unref (am); @@ -547,7 +547,7 @@ empathy_chat_manager_call_undo_closed_chat (void) proxy = g_object_new (TP_TYPE_PROXY, "dbus-daemon", dbus_daemon, "dbus-connection", tp_proxy_get_dbus_connection (TP_PROXY (dbus_daemon)), - "bus-name", EMPATHY_CHAT_BUS_NAME, + "bus-name", EMPATHY_CHAT_TP_BUS_NAME, "object-path", CHAT_MANAGER_PATH, NULL);