diff options
Diffstat (limited to 'libempathy/empathy-idle.c')
-rw-r--r-- | libempathy/empathy-idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-idle.c b/libempathy/empathy-idle.c index faa43c3fe..4a96e2d16 100644 --- a/libempathy/empathy-idle.c +++ b/libempathy/empathy-idle.c @@ -424,7 +424,7 @@ empathy_idle_init (EmpathyIdle *idle) idle->priv = priv; priv->is_idle = FALSE; - priv->mc = empathy_mission_control_new (); + priv->mc = empathy_mission_control_dup_singleton (); priv->state = mission_control_get_presence_actual (priv->mc, &error); if (error) { DEBUG ("Error getting actual presence: %s", error->message); |