aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy-gtk/empathy-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 93aa4514c..f6e7a2c2a 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -1522,7 +1522,7 @@ empathy_chat_set_tp_chat (EmpathyChat *chat,
g_source_remove (priv->block_events_timeout_id);
}
priv->block_events_timeout_id =
- g_timeout_add_seconds (1, chat_block_events_timeout_cb, chat);
+ g_timeout_add (200, chat_block_events_timeout_cb, chat);
if (priv->tp_chat) {
g_signal_handlers_disconnect_by_func (priv->tp_chat,