Skip to content
Snippets Groups Projects
Commit 73d73404 authored by js's avatar js
Browse files

Update tune in converstaion window.

parent 869d451a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment