Skip to content
Snippets Groups Projects
Commit 00847d91 authored by js's avatar js
Browse files

Same for user mood.

Woohooo! This is the 10000st commit to Gajim! Let's have a party!! \o/
parent 73d73404
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,10 @@ def user_mood(items, name, jid):
if contact.mood.has_key('text'):
del contact.mood['text']
ctrl = gajim.interface.msg_win_mgr.get_control(user, name)
if ctrl:
ctrl.update_mood()
def user_tune(items, name, jid):
has_child = False
retract = False
......
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