empathy r899 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r899 - trunk/libempathy
- Date: Fri, 11 Apr 2008 14:10:48 +0100 (BST)
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]