aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-ft-factory.c')
-rw-r--r--libempathy/empathy-ft-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-ft-factory.c b/libempathy/empathy-ft-factory.c
index 5d8e62b22..038e592ec 100644
--- a/libempathy/empathy-ft-factory.c
+++ b/libempathy/empathy-ft-factory.c
@@ -132,7 +132,7 @@ empathy_ft_factory_new_transfer (EmpathyFTFactory *factory,
g_return_if_fail (EMPATHY_IS_CONTACT (contact));
g_return_if_fail (G_IS_FILE (file));
- handler = empathy_ft_handler_new (contact, file);
+ handler = empathy_ft_handler_new_outgoing (contact, file);
g_signal_emit (factory, signals[NEW_FT_HANDLER], 0, handler, TRUE);
g_object_unref (handler);