Skip to content
Snippets Groups Projects
Commit 70c3245a authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

pres_obj.show is already unicode version of show

parent 96b1cc52
No related branches found
No related tags found
No related merge requests found
......@@ -2104,8 +2104,7 @@ class NotificationEvent(nec.NetworkIncomingEvent):
{'nick': gajim.get_name_from_jid(account, self.jid)}
self.popup_text = _('%(nick)s is now %(status)s') % \
{'nick': gajim.get_name_from_jid(account, self.jid),\
'status': helpers.get_uf_show(
gajim.SHOW_LIST[pres_obj.show])}
'status': helpers.get_uf_show(pres_obj.show)}
if pres_obj.status:
text = text + " : " + pres_obj.status
self.popup_event_type = _('Contact Changed Status')
......
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