aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-06 22:06:37 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-06 22:32:57 +0800
commit983d1b03fa252ea5743d58f290ab70be8fa8c291 (patch)
treefec9a37b9800abbd38cf07fe0cfafe6e63a03d00 /libempathy-gtk/empathy-chat.c
parent21674ad377f646ef1e242f7e4260ee2398a220be (diff)
downloadgsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.tar
gsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.tar.gz
gsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.tar.bz2
gsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.tar.lz
gsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.tar.xz
gsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.tar.zst
gsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.zip
prefix Telepathy bus names with TP_
So it's clearer that we are referring the Telepathy bus name and not the GtkApplication one. https://bugzilla.gnome.org/show_bug.cgi?id=723766
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r--libempathy-gtk/empathy-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 2b5657e8e..daec19527 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -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);