From d374b59bc0a0baf9fdfcb3528162cbf389b7f26c Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 6 Jan 2009 16:48:36 +0000 Subject: Use new singleton policy for EmpathyAccountManager. svn path=/trunk/; revision=2074 --- src/empathy-status-icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-status-icon.c') diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index 3a517db91..07fc3aa02 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -395,7 +395,7 @@ empathy_status_icon_init (EmpathyStatusIcon *icon) icon->priv = priv; priv->icon = gtk_status_icon_new (); - priv->account_manager = empathy_account_manager_new (); + priv->account_manager = empathy_account_manager_dup_singleton (); priv->idle = empathy_idle_new (); priv->event_manager = empathy_event_manager_new (); -- cgit v1.2.3