Changeset 9958

Show
Ignore:
Timestamp:
07/19/08 14:08:01 (3 months ago)
Author:
js
Message:

Use timeout_add_seconds - that easier on the resources.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/conversation_textview.py

    r9957 r9958  
    423423                        self.xep0184_shown[id] = SHOWN 
    424424                        return False 
    425                 gobject.timeout_add(2000, show_it) 
     425                gobject.timeout_add_seconds(2, show_it) 
    426426 
    427427                buffer.end_user_action()