aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/empathy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c
index bb39263bc..aefb934eb 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -538,6 +538,12 @@ main (int argc, char *argv[])
g_signal_connect (ft_factory, "new-incoming-transfer",
G_CALLBACK (new_incoming_transfer_cb), NULL);
+ if (!empathy_ft_factory_register (ft_factory, &error))
+ {
+ g_warning ("Failed to register FileTransfer handler: %s", error->message);
+ g_error_free (error);
+ }
+
/* Location mananger */
#ifdef HAVE_GEOCLUE
location_manager = empathy_location_manager_dup_singleton ();