From edf88058847eb77f8ecc1e5b37fa76e7db9f7ad3 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 4 Nov 2011 12:15:47 +0100 Subject: Abstract the individual store We now have EmpathyIndividualStoreManager which implements the store using EmpathyIndividualManager as its contact source. https://bugzilla.gnome.org/show_bug.cgi?id=663387 --- src/empathy-main-window.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/empathy-main-window.c') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index e4b2ccbfb..7dd631048 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -54,6 +54,7 @@ #include #include #include +#include #include #include #include @@ -2461,8 +2462,8 @@ empathy_main_window_init (EmpathyMainWindow *window) priv->contact_manager = EMPATHY_CONTACT_LIST ( empathy_contact_manager_dup_singleton ()); individual_manager = empathy_individual_manager_dup_singleton (); - priv->individual_store = empathy_individual_store_new ( - individual_manager); + priv->individual_store = EMPATHY_INDIVIDUAL_STORE ( + empathy_individual_store_manager_new (individual_manager)); g_object_unref (individual_manager); /* For the moment, we disallow Persona drops onto the main contact list (e.g. from things such as -- cgit v1.2.3