]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat.c
prefix Telepathy bus names with TP_
[empathy.git] / libempathy-gtk / empathy-chat.c
index 2b5657e8e49d1e219247e50458f216eb927edd92..daec195278c3ca5c9e61be62cb541f43a668df90 100644 (file)
@@ -864,7 +864,7 @@ chat_command_msg_internal (EmpathyChat *chat,
        data->message = g_strdup (message);
 
        tp_account_channel_request_ensure_and_observe_channel_async (req,
-               EMPATHY_CHAT_BUS_NAME, NULL, chat_command_msg_cb, data);
+               EMPATHY_CHAT_TP_BUS_NAME, NULL, chat_command_msg_cb, data);
 
        g_object_unref (req);
        g_hash_table_unref (request);