empathy r715 - trunk/libempathy-gtk
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r715 - trunk/libempathy-gtk
- Date: Sat, 8 Mar 2008 20:36:44 +0000 (GMT)
Author: xclaesse
Date: Sat Mar 8 20:36:44 2008
New Revision: 715
URL: http://svn.gnome.org/viewvc/empathy?rev=715&view=rev
Log:
Reset block event time to 1sec, messages are not blocked anymore
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 20:36:44 2008
@@ -1498,7 +1498,7 @@
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]