From 5324df2fe08ece901d34271afc56ac41e5100fbf Mon Sep 17 00:00:00 2001 From: Chandni Verma Date: Mon, 28 Feb 2011 05:07:31 +0530 Subject: Send full message for the default chat parted on part command --- libempathy/empathy-tp-chat.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy/empathy-tp-chat.c') diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index a56c08a32..87540f21a 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -1837,6 +1837,9 @@ empathy_tp_chat_leave (EmpathyTpChat *self, { EmpathyTpChatPriv *priv = GET_PRIV (self); + DEBUG ("Leaving channel %s with message \"%s\"", + tp_channel_get_identifier (priv->channel), message); + tp_channel_leave_async (priv->channel, TP_CHANNEL_GROUP_CHANGE_REASON_NONE, message, tp_channel_leave_async_cb, self); } -- cgit v1.2.3