From c2a1dec002eb9a8c0372bc6fc920a54e36b7e991 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 9 Jan 2009 10:06:00 +0000 Subject: Port EmpathyIdle to the new singleton policy. svn path=/trunk/; revision=2114 --- src/empathy-status-icon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/empathy-status-icon.c') diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index 07fc3aa02..86fe27a4f 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -396,8 +396,8 @@ empathy_status_icon_init (EmpathyStatusIcon *icon) icon->priv = priv; priv->icon = gtk_status_icon_new (); priv->account_manager = empathy_account_manager_dup_singleton (); - priv->idle = empathy_idle_new (); - priv->event_manager = empathy_event_manager_new (); + priv->idle = empathy_idle_dup_singleton (); + priv->event_manager = empathy_event_manager_dup_singleton (); g_signal_connect (priv->account_manager, "account-connection-changed", -- cgit v1.2.3