[empathy] create_text_channel: pass Empathy.Chat as preferred handler
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] create_text_channel: pass Empathy.Chat as preferred handler
- Date: Wed, 11 May 2011 09:20:54 +0000 (UTC)
commit 50daa9eb6a529ad3d78448b134e4a76438124696
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed May 11 11:14:43 2011 +0200
create_text_channel: pass Empathy.Chat as preferred handler
Seem I forgot it when adding preferred handler in
52eb24e6e7b012856525f6f09d3c1a941375d383.
libempathy/empathy-request-util.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-request-util.c b/libempathy/empathy-request-util.c
index 6472230..136ddd2 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]