From d8b89b20f13552d3bd1c658f3396714e24744ff6 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 8 Jun 2007 17:00:12 +0000 Subject: Fix build on 64bits arch. Fixes bug #444680 (Matej Cepl). 2007-06-08 Xavier Claessens * libempathy-gtk/gossip-chat.c: Fix build on 64bits arch. Fixes bug #444680 (Matej Cepl). svn path=/trunk/; revision=131 --- libempathy-gtk/gossip-chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/gossip-chat.c b/libempathy-gtk/gossip-chat.c index 9658f56b8..80bfc17f0 100644 --- a/libempathy-gtk/gossip-chat.c +++ b/libempathy-gtk/gossip-chat.c @@ -1087,7 +1087,7 @@ chat_state_changed_cb (EmpathyTpChat *tp_chat, (!was_composing && priv->compositors)) { /* Composing state changed */ g_signal_emit (chat, signals[COMPOSING], 0, - (gboolean) priv->compositors); + priv->compositors != NULL); } } -- cgit v1.2.3