diff options
-rw-r--r-- | libempathy/empathy-ft-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-ft-factory.c b/libempathy/empathy-ft-factory.c index fea47bfed..7d7329a70 100644 --- a/libempathy/empathy-ft-factory.c +++ b/libempathy/empathy-ft-factory.c @@ -248,5 +248,5 @@ empathy_ft_factory_set_destination_for_incoming_handler ( empathy_ft_handler_incoming_set_destination (handler, destination, use_hash); - g_signal_emit (factory, signals[NEW_FT_HANDLER], 0, handler, FALSE); + g_signal_emit (factory, signals[NEW_FT_HANDLER], 0, handler, NULL); } |