Changeset 9958
- Timestamp:
- 07/19/08 14:08:01 (3 months ago)
- Files:
-
- 1 modified
-
trunk/src/conversation_textview.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/conversation_textview.py
r9957 r9958 423 423 self.xep0184_shown[id] = SHOWN 424 424 return False 425 gobject.timeout_add (2000, show_it)425 gobject.timeout_add_seconds(2, show_it) 426 426 427 427 buffer.end_user_action()
