changeset a80a9012088f in /home/hg/repos/gajim

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

diffstat:

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

diffs (12 lines):

diff -r 59e1207ca9eb -r a80a9012088f src/dialogs.py
--- a/src/dialogs.py    Fri Aug 24 09:37:40 2012 +0200
+++ b/src/dialogs.py    Fri Aug 24 09:50:50 2012 +0200
@@ -4482,7 +4482,7 @@
             sectext = _('$Contact has invited you to group chat %(room_jid)s')\
                 % {'room_jid': room_jid}
         contact = gajim.contacts.get_first_contact_from_jid(account, jid)
-        contact_text = contact and contact.name or contact_jid
+        contact_text = contact and contact.name or jid
         sectext = sectext.replace('$Contact', contact_text)
 
         if comment: # only if not None and not ''
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to