[Telepathy-commits] [telepathy-haze/master] ContactList: Emit closed on an object that exists
Will Thompson
will.thompson at collabora.co.uk
Mon Mar 23 02:44:10 PDT 2009
---
src/contact-list.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/contact-list.c b/src/contact-list.c
index 524dc06..248783c 100644
--- a/src/contact-list.c
+++ b/src/contact-list.c
@@ -234,7 +234,7 @@ contact_list_channel_closed_cb (HazeContactListChannel *chan,
guint handle_type;
GHashTable *channels;
- tp_channel_manager_emit_channel_closed_for_object (self,
+ tp_channel_manager_emit_channel_closed_for_object (contact_list,
TP_EXPORTABLE_CHANNEL (chan));
g_object_get (chan, "handle", &handle, "handle-type", &handle_type, NULL);
--
1.5.6.5
More information about the telepathy-commits
mailing list