aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-11 17:14:43 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-11 17:14:43 +0800
commit50daa9eb6a529ad3d78448b134e4a76438124696 (patch)
treec10c4355c2ecf06608f220b508251b3a8974631b /libempathy
parent07af036a20d37c11360add196bdbc9c7b841dc07 (diff)
downloadgsoc2013-empathy-50daa9eb6a529ad3d78448b134e4a76438124696.tar
gsoc2013-empathy-50daa9eb6a529ad3d78448b134e4a76438124696.tar.gz
gsoc2013-empathy-50daa9eb6a529ad3d78448b134e4a76438124696.tar.bz2
gsoc2013-empathy-50daa9eb6a529ad3d78448b134e4a76438124696.tar.lz
gsoc2013-empathy-50daa9eb6a529ad3d78448b134e4a76438124696.tar.xz
gsoc2013-empathy-50daa9eb6a529ad3d78448b134e4a76438124696.tar.zst
gsoc2013-empathy-50daa9eb6a529ad3d78448b134e4a76438124696.zip
create_text_channel: pass Empathy.Chat as preferred handler
Seem I forgot it when adding preferred handler in 52eb24e6e7b012856525f6f09d3c1a941375d383.
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-request-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-request-util.c b/libempathy/empathy-request-util.c
index 6472230ab..136ddd2aa 100644
--- a/libempathy/empathy-request-util.c
+++ b/libempathy/empathy-request-util.c
@@ -81,8 +81,8 @@ create_text_channel (TpAccount *account,
req = tp_account_channel_request_new (account, request, timestamp);
- tp_account_channel_request_ensure_channel_async (req, NULL, NULL,
- ensure_text_channel_cb, NULL);
+ tp_account_channel_request_ensure_channel_async (req, EMPATHY_CHAT_BUS_NAME,
+ NULL, ensure_text_channel_cb, NULL);
g_hash_table_unref (request);
g_object_unref (req);