Same for user mood.
Woohooo! This is the 10000st commit to Gajim! Let's have a party!! \o/
This commit is contained in:
parent
73d73404be
commit
00847d91bf
|
@ -62,6 +62,10 @@ def user_mood(items, name, jid):
|
||||||
if contact.mood.has_key('text'):
|
if contact.mood.has_key('text'):
|
||||||
del contact.mood['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):
|
def user_tune(items, name, jid):
|
||||||
has_child = False
|
has_child = False
|
||||||
retract = False
|
retract = False
|
||||||
|
|
Loading…
Reference in New Issue