From 27be4b94abb1b2c9311f54d3f4daff88bc07ca08 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 10 May 2012 15:47:30 +0200 Subject: tp-chat: use tp_text_channel_get_chat_state() https://bugzilla.gnome.org/show_bug.cgi?id=675807 --- libempathy/empathy-tp-chat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy') diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index 3e55915b0..431de6e65 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -1261,8 +1261,8 @@ TpChannelChatState empathy_tp_chat_get_chat_state (EmpathyTpChat *self, EmpathyContact *contact) { - return tp_channel_get_chat_state ((TpChannel *) self, - empathy_contact_get_handle (contact)); + return tp_text_channel_get_chat_state ((TpTextChannel *) self, + empathy_contact_get_tp_contact (contact)); } EmpathyContact * -- cgit v1.2.3