diff options
Diffstat (limited to 'libempathy/empathy-tp-group.c')
-rw-r--r-- | libempathy/empathy-tp-group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-group.c b/libempathy/empathy-tp-group.c index c9220382a..c3471c157 100644 --- a/libempathy/empathy-tp-group.c +++ b/libempathy/empathy-tp-group.c @@ -570,7 +570,7 @@ tp_group_constructed (GObject *group) EmpathyTpGroupPriv *priv = GET_PRIV (group); gboolean channel_ready; - priv->factory = empathy_contact_factory_new (); + priv->factory = empathy_contact_factory_dup_singleton (); priv->account = empathy_channel_get_account (priv->channel); g_signal_connect (priv->channel, "invalidated", |