aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c
index e449247ac..412c1efa6 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -110,7 +110,7 @@ dispatch_channel_cb (EmpathyDispatcher *dispatcher,
EmpathyFTManager *ft_manager;
EmpathyTpFile *tp_file;
- ft_manager = empathy_ft_manager_get_default ();
+ ft_manager = empathy_ft_manager_dup_singleton ();
tp_file = empathy_tp_file_new (channel);
empathy_ft_manager_add_tp_file (ft_manager, tp_file);
g_object_unref (tp_file);