aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-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/empathy-tp-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/empathy-tp-chat.c')
-rw-r--r--libempathy/empathy-tp-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index 6d2d0a9c9..caa3960b8 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -225,7 +225,7 @@ empathy_tp_chat_add (EmpathyTpChat *self,
/* Although this is a MUC, it's anonymous, so CreateChannel is
* valid. */
tp_account_channel_request_create_and_observe_channel_async (req,
- EMPATHY_CHAT_BUS_NAME, NULL, create_conference_cb, NULL);
+ EMPATHY_CHAT_TP_BUS_NAME, NULL, create_conference_cb, NULL);
g_object_unref (req);
g_hash_table_unref (props);