From 6335ef3df4d38a983f6ce78483be586113b53e0b Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 6 Jan 2009 16:46:41 +0000 Subject: Build fix. svn path=/trunk/; revision=2038 --- libempathy/empathy-contact-manager.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy/empathy-contact-manager.c') diff --git a/libempathy/empathy-contact-manager.c b/libempathy/empathy-contact-manager.c index f39248908..bb5782aa4 100644 --- a/libempathy/empathy-contact-manager.c +++ b/libempathy/empathy-contact-manager.c @@ -26,6 +26,7 @@ #include #include "empathy-contact-manager.h" +#include "empathy-account-manager.h" #include "empathy-contact-list.h" #include "empathy-utils.h" @@ -217,7 +218,7 @@ empathy_contact_manager_init (EmpathyContactManager *manager) mc = empathy_mission_control_new (); /* Get ContactList for existing connections */ - accounts = mission_control_get_online_connections (priv->mc, NULL); + accounts = mission_control_get_online_connections (mc, NULL); for (l = accounts; l; l = l->next) { contact_manager_add_account (manager, l->data); g_object_unref (l->data); -- cgit v1.2.3