Changeset 10000
- Timestamp:
- 07/23/08 01:41:07 (4 weeks ago)
- Files:
-
- 1 modified
-
trunk/src/common/pep.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/pep.py
r9999 r10000 62 62 if contact.mood.has_key('text'): 63 63 del contact.mood['text'] 64 65 ctrl = gajim.interface.msg_win_mgr.get_control(user, name) 66 if ctrl: 67 ctrl.update_mood() 64 68 65 69 def user_tune(items, name, jid):
