empathy r2038 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2038 - trunk/libempathy
- Date: Tue, 6 Jan 2009 16:46:42 +0000 (UTC)
Author: xclaesse
Date: Tue Jan 6 16:46:41 2009
New Revision: 2038
URL: http://svn.gnome.org/viewvc/empathy?rev=2038&view=rev
Log:
Build fix.
Modified:
trunk/libempathy/empathy-contact-manager.c
Modified: trunk/libempathy/empathy-contact-manager.c
==============================================================================
--- trunk/libempathy/empathy-contact-manager.c (original)
+++ trunk/libempathy/empathy-contact-manager.c Tue Jan 6 16:46:41 2009
@@ -26,6 +26,7 @@
#include <telepathy-glib/enums.h>
#include "empathy-contact-manager.h"
+#include "empathy-account-manager.h"
#include "empathy-contact-list.h"
#include "empathy-utils.h"
@@ -217,7 +218,7 @@
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]