Same for user mood.

Woohooo! This is the 10000st commit to Gajim! Let's have a party!! \o/
This commit is contained in:
js 2008-07-22 23:41:07 +00:00
parent 73d73404be
commit 00847d91bf
1 changed files with 4 additions and 0 deletions

View File

@ -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