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:
parent
7e14a4dd31
commit
4728a3d960
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue