Use timeout_add_seconds - that easier on the resources.

This commit is contained in:
js 2008-07-19 12:08:01 +00:00
parent ed48bffa08
commit 053a1be708

View file

@ -422,7 +422,7 @@ class ConversationTextview:
self.xep0184_shown[id] = SHOWN
return False
gobject.timeout_add(2000, show_it)
gobject.timeout_add_seconds(2, show_it)
buffer.end_user_action()