diff options
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r-- | libempathy/empathy-tp-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index c21d780f9..ada0a4354 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -507,7 +507,7 @@ tp_file_constructor (GType type, tp_file = EMPATHY_TP_FILE (file_obj); - tp_file->priv->factory = empathy_contact_factory_new (); + tp_file->priv->factory = empathy_contact_factory_dup_singleton (); tp_file->priv->mc = empathy_mission_control_new (); g_signal_connect (tp_file->priv->channel, "invalidated", |