[next] telepathy-mission-control: switch from Messages to unified Text API

Simon McVittie smcv at kemper.freedesktop.org
Fri Oct 4 06:00:40 PDT 2013


Module: telepathy-mission-control
Branch: next
Commit: 0c0fc9e34d733f6f35cd4a971b25d451d0d62406
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=0c0fc9e34d733f6f35cd4a971b25d451d0d62406

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Sep 26 20:19:39 2013 +0100

switch from Messages to unified Text API

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54879
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 src/mcd-dispatcher.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index 6d57f78..f96b890 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -1545,7 +1545,7 @@ send_message_got_channel (McdRequest *request,
         message->close_after = close_after;
 
         DEBUG ("calling send on channel interface");
-        tp_cli_channel_interface_messages_call_send_message
+        tp_cli_channel_type_text_call_send_message
           (mcd_channel_get_tp_channel (channel),
            -1,
            message->payload,



More information about the telepathy-commits mailing list