empathy r710 - trunk/libempathy-gtk



Author: xclaesse
Date: Sat Mar  8 15:57:33 2008
New Revision: 710
URL: http://svn.gnome.org/viewvc/empathy?rev=710&view=rev

Log:
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


Modified:
   trunk/libempathy-gtk/empathy-chat.c

Modified: trunk/libempathy-gtk/empathy-chat.c
==============================================================================
--- trunk/libempathy-gtk/empathy-chat.c	(original)
+++ trunk/libempathy-gtk/empathy-chat.c	Sat Mar  8 15:57:33 2008
@@ -1522,7 +1522,7 @@
 		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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]