diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 6d3d1a12d..3494b02fd 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -1498,7 +1498,7 @@ empathy_chat_set_tp_chat (EmpathyChat *chat, g_source_remove (priv->block_events_timeout_id); } priv->block_events_timeout_id = - g_timeout_add (200, chat_block_events_timeout_cb, chat); + g_timeout_add_seconds (1, chat_block_events_timeout_cb, chat); if (priv->tp_chat) { g_signal_handlers_disconnect_by_func (priv->tp_chat, |