aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-03-08 23:57:33 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-03-08 23:57:33 +0800
commit6c0702b3f487984d482783804f07c9df2a9f1c79 (patch)
tree4483f3c0d266a12545d3427f7d5053b30bfc981a /libempathy-gtk
parent7192bddb8705345b376a7fe6b478c4cdca49532e (diff)
downloadgsoc2013-empathy-6c0702b3f487984d482783804f07c9df2a9f1c79.tar
gsoc2013-empathy-6c0702b3f487984d482783804f07c9df2a9f1c79.tar.gz
gsoc2013-empathy-6c0702b3f487984d482783804f07c9df2a9f1c79.tar.bz2
gsoc2013-empathy-6c0702b3f487984d482783804f07c9df2a9f1c79.tar.lz
gsoc2013-empathy-6c0702b3f487984d482783804f07c9df2a9f1c79.tar.xz
gsoc2013-empathy-6c0702b3f487984d482783804f07c9df2a9f1c79.tar.zst
gsoc2013-empathy-6c0702b3f487984d482783804f07c9df2a9f1c79.zip
Reduce block events time, this is still a ugly hack but better fix is too dangerous to merge 2 days before GNOME 2.22.0
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@710 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk')
-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,