empathy r899 - trunk/libempathy



Author: xclaesse
Date: Fri Apr 11 14:10:47 2008
New Revision: 899
URL: http://svn.gnome.org/viewvc/empathy?rev=899&view=rev

Log:
Disconnect invalidated signal before unref the connection.


Modified:
   trunk/libempathy/empathy-tp-contact-list.c

Modified: trunk/libempathy/empathy-tp-contact-list.c
==============================================================================
--- trunk/libempathy/empathy-tp-contact-list.c	(original)
+++ trunk/libempathy/empathy-tp-contact-list.c	Fri Apr 11 14:10:47 2008
@@ -603,6 +603,9 @@
 		g_object_unref (priv->account);
 	}
 	if (priv->connection) {
+		g_signal_handlers_disconnect_by_func (priv->connection,
+						      tp_contact_list_invalidated_cb,
+						      object);
 		g_object_unref (priv->connection);
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]