]> git.0d.be Git - empathy.git/commitdiff
Use NULL instead of FALSE
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Sat, 16 May 2009 13:38:45 +0000 (15:38 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 1 Jun 2009 15:53:19 +0000 (17:53 +0200)
libempathy/empathy-ft-factory.c

index fea47bfed77d1ecc4db8cb07c4b3a1ec1b1ec7af..7d7329a70c890592fce77eaf1f5c8ff3d1733b71 100644 (file)
@@ -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);
 }