aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/gossip-chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/gossip-chat.c')
-rw-r--r--libempathy-gtk/gossip-chat.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}