From 52eb24e6e7b012856525f6f09d3c1a941375d383 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 7 Mar 2011 15:22:29 +0100 Subject: pass a preferred handler when requesting channels We want to use Empathy components when possible instead of, say, KDE ones if both are installed (#643863). --- libempathy/empathy-request-util.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libempathy/empathy-request-util.c') diff --git a/libempathy/empathy-request-util.c b/libempathy/empathy-request-util.c index c912cc1a2..ea885dacc 100644 --- a/libempathy/empathy-request-util.c +++ b/libempathy/empathy-request-util.c @@ -75,8 +75,8 @@ empathy_chat_with_contact_id (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); @@ -99,8 +99,8 @@ empathy_join_muc (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); -- cgit v1.2.3