Update tune in converstaion window.
This commit is contained in:
parent
869d451aba
commit
73d73404be
|
@ -159,6 +159,10 @@ def user_tune(items, name, jid):
|
|||
if contact.tune.has_key('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):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue