Show
Ignore:
Timestamp:
07/23/08 01:41:07 (4 months ago)
Author:
js
Message:

Same for user mood.

Woohooo! This is the 10000st commit to Gajim! Let's have a party!! \o/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/pep.py

    r9999 r10000  
    6262                        if contact.mood.has_key('text'): 
    6363                                del contact.mood['text'] 
     64 
     65        ctrl = gajim.interface.msg_win_mgr.get_control(user, name) 
     66        if ctrl: 
     67                ctrl.update_mood() 
    6468 
    6569def user_tune(items, name, jid):