[empathy: 96/148] Use NULL instead of FALSE



commit 285c936b62a38e455b36b904929cf8856da30f3d
Author: Cosimo Cecchi <cosimo cecchi collabora co uk>
Date:   Sat May 16 15:38:45 2009 +0200

    Use NULL instead of FALSE
---
 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 fea47bf..7d7329a 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);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]