From: Guillaume Desmottes Date: Tue, 25 Feb 2014 16:31:27 +0000 (+0100) Subject: use tp_account_channel_request_set_sms_channel() X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=ba5187f04923631b7d7b1d770577d60292ea7c07 use tp_account_channel_request_set_sms_channel() https://bugzilla.gnome.org/show_bug.cgi?id=725070 --- diff --git a/libempathy/empathy-request-util.c b/libempathy/empathy-request-util.c index fa55128c..4eb83348 100644 --- a/libempathy/empathy-request-util.c +++ b/libempathy/empathy-request-util.c @@ -67,9 +67,7 @@ create_text_channel (TpAccount *account, tp_account_channel_request_set_delegate_to_preferred_handler (req, TRUE); if (sms_channel) - tp_account_channel_request_set_request_property (req, - TP_PROP_CHANNEL_INTERFACE_SMS_SMS_CHANNEL, - g_variant_new_boolean (TRUE)); + tp_account_channel_request_set_sms_channel (req, TRUE); tp_account_channel_request_ensure_channel_async (req, EMPATHY_CHAT_TP_BUS_NAME, NULL,