Show warning after 3 seconds - I don't want to wait 4 before I see if

my message has been received. This is a compromise between my 2 secs
and Jim's 4 sec :).
This commit is contained in:
js 2008-11-20 16:20:19 +00:00
parent 7e14a4dd31
commit 4728a3d960
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ class ConversationTextview:
self.xep0184_shown[id_] = SHOWN
return False
gobject.timeout_add_seconds(4, show_it)
gobject.timeout_add_seconds(3, show_it)
buffer.end_user_action()