[Telepathy-commits] [telepathy-haze/master] ContactList: emit ChannelClosed

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Mar 23 02:44:10 PDT 2009


---
 src/contact-list.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/contact-list.c b/src/contact-list.c
index 496cf04..524dc06 100644
--- a/src/contact-list.c
+++ b/src/contact-list.c
@@ -234,6 +234,9 @@ contact_list_channel_closed_cb (HazeContactListChannel *chan,
     guint handle_type;
     GHashTable *channels;
 
+    tp_channel_manager_emit_channel_closed_for_object (self,
+        TP_EXPORTABLE_CHANNEL (chan));
+
     g_object_get (chan, "handle", &handle, "handle-type", &handle_type, NULL);
     g_assert (handle_type == TP_HANDLE_TYPE_LIST ||
               handle_type == TP_HANDLE_TYPE_GROUP);
-- 
1.5.6.5




More information about the telepathy-commits mailing list