Update tune in converstaion window.

This commit is contained in:
js 2008-07-22 23:39:45 +00:00
parent 869d451aba
commit 73d73404be
1 changed files with 4 additions and 0 deletions

View File

@ -159,6 +159,10 @@ def user_tune(items, name, jid):
if contact.tune.has_key('length'): if contact.tune.has_key('length'):
del contact.tune['length'] del contact.tune['length']
ctrl = gajim.interface.msg_win_mgr.get_control(user, name)
if ctrl:
ctrl.update_tune()
def user_geoloc(items, name, jid): def user_geoloc(items, name, jid):
pass pass