changeset b9cb32f5badd in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=b9cb32f5badd
description: fix var name

diffstat:

 src/common/connection_handlers_events.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r aff50f8377df -r b9cb32f5badd src/common/connection_handlers_events.py
--- a/src/common/connection_handlers_events.py  Tue Aug 09 22:20:17 2011 +0300
+++ b/src/common/connection_handlers_events.py  Wed Aug 10 22:40:30 2011 +0200
@@ -2106,7 +2106,7 @@
                 {'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') % \
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to