Changeset 9999

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

Update tune in converstaion window.

Files:
1 modified

Legend:

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

    r9994 r9999  
    159159                        if contact.tune.has_key('length'): 
    160160                                del contact.tune['length'] 
     161 
     162        ctrl = gajim.interface.msg_win_mgr.get_control(user, name) 
     163        if ctrl: 
     164                ctrl.update_tune() 
    161165 
    162166def user_geoloc(items, name, jid):