empathy r2056 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2056 - trunk/libempathy
- Date: Tue, 6 Jan 2009 16:47:38 +0000 (UTC)
Author: xclaesse
Date: Tue Jan 6 16:47:38 2009
New Revision: 2056
URL: http://svn.gnome.org/viewvc/empathy?rev=2056&view=rev
Log:
Remove an useless method from the header and remember to unref the
EmpathyContactMonitor in _finalize().
Modified:
trunk/libempathy/empathy-contact-manager.c
trunk/libempathy/empathy-contact-manager.h
Modified: trunk/libempathy/empathy-contact-manager.c
==============================================================================
--- trunk/libempathy/empathy-contact-manager.c (original)
+++ trunk/libempathy/empathy-contact-manager.c Tue Jan 6 16:47:38 2009
@@ -186,6 +186,7 @@
object);
g_hash_table_destroy (priv->lists);
g_object_unref (priv->account_manager);
+ g_object_unref (priv->contact_monitor);
}
static void
Modified: trunk/libempathy/empathy-contact-manager.h
==============================================================================
--- trunk/libempathy/empathy-contact-manager.h (original)
+++ trunk/libempathy/empathy-contact-manager.h Tue Jan 6 16:47:38 2009
@@ -58,7 +58,6 @@
McAccount *account);
gboolean empathy_contact_manager_can_add (EmpathyContactManager *manager,
McAccount *account);
-EmpathyContactMonitor *empathy_contact_manager_get_monitor (EmpathyContactManager *manager);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]