changeset 5902e53da71a in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=5902e53da71a
description: fix var name
diffstat:
src/dialogs.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r a59f75f16645 -r 5902e53da71a src/dialogs.py
--- a/src/dialogs.py Tue Sep 27 16:19:20 2011 +0300
+++ b/src/dialogs.py Tue Sep 27 17:23:10 2011 +0300
@@ -2482,7 +2482,7 @@
return
if gajim.contacts.get_contact(self.account, room_jid) and \
- not gajim.contacts.get_contact(account, room_jid).is_groupchat():
+ not gajim.contacts.get_contact(self.account, room_jid).is_groupchat():
ErrorDialog(_('This is not a group chat'),
_('%s is not the name of a group chat.') % room_jid)
return
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits