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

fix var name

parent 6b67ed8c
No related branches found
No related tags found
No related merge requests found
......@@ -2106,7 +2106,7 @@ class NotificationEvent(nec.NetworkIncomingEvent):
{'nick': gajim.get_name_from_jid(account, self.jid),\
'status': helpers.get_uf_show(pres_obj.show)}
if pres_obj.status:
text = text + " : " + pres_obj.status
self.popup_text = self.popup_text + " : " + pres_obj.status
self.popup_event_type = _('Contact Changed Status')
elif event == 'contact_connected':
self.popup_title = _('%(nickname)s Signed In') % \
......
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