diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-13 22:27:21 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-13 22:27:21 +0800 |
commit | c84e0979d36aa41e7f0d554fbbdad4e82756f8b0 (patch) | |
tree | 7a95f067894d7cebdf520fa3155921ba9638badb /libempathy | |
parent | 2096980125f9a556b5d92e541927e9cf9b213e20 (diff) | |
parent | 34a7a0b348e1cdd3cfc184f135a8371d79741272 (diff) | |
download | gsoc2013-empathy-c84e0979d36aa41e7f0d554fbbdad4e82756f8b0.tar gsoc2013-empathy-c84e0979d36aa41e7f0d554fbbdad4e82756f8b0.tar.gz gsoc2013-empathy-c84e0979d36aa41e7f0d554fbbdad4e82756f8b0.tar.bz2 gsoc2013-empathy-c84e0979d36aa41e7f0d554fbbdad4e82756f8b0.tar.lz gsoc2013-empathy-c84e0979d36aa41e7f0d554fbbdad4e82756f8b0.tar.xz gsoc2013-empathy-c84e0979d36aa41e7f0d554fbbdad4e82756f8b0.tar.zst gsoc2013-empathy-c84e0979d36aa41e7f0d554fbbdad4e82756f8b0.zip |
Merge remote-tracking branch 'glassrose/moving-part-functionality-to-empathy-chat-window-643295'
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-chat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index 72c6bebf0..8e6672eee 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -1985,6 +1985,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); } |