From 948f05b5e6b28afbfc0549efe6cc4fd55598738c Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 18 May 2009 14:30:08 +0200 Subject: Use the right macros to pass a gboolean as user_data Use GPOINTER_TO_INT and GINT_TO_POINTER instead of passing the address, as that doesn't work. --- libempathy/empathy-ft-handler.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-ft-handler.c') diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index 4a1403875..e2172bcd5 100644 --- a/libempathy/empathy-ft-handler.c +++ b/libempathy/empathy-ft-handler.c @@ -694,6 +694,8 @@ ft_handler_check_if_allowed (EmpathyFTHandler *handler) TP_IFACE_CHANNEL ".TargetHandle")) res = FALSE; + DEBUG ("check if FT allowed: %s", res ? "True" : "False"); + g_object_unref (dispatcher); return res; -- cgit v1.2.3