diff options
-rw-r--r-- | libempathy/empathy-tp-chat.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 * |