Skip to content
Snippets Groups Projects
Commit 4728a3d9 authored by js's avatar js
Browse files

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 :).
parent 7e14a4dd
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment