changeset ce086d0f1a17 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=ce086d0f1a17
description: typo

diffstat:

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

diffs (12 lines):

diff -r e159576e9f2e -r ce086d0f1a17 src/dialogs.py
--- a/src/dialogs.py    Tue Sep 27 18:17:43 2011 +0300
+++ b/src/dialogs.py    Tue Sep 27 18:26:38 2011 +0300
@@ -2482,7 +2482,7 @@
             return
 
         if gajim.contacts.get_contact(self.account, room_jid) and \
-        not gajim.contacts.get_contact(self.account, room_jid).is_transport():
+        gajim.contacts.get_contact(self.account, room_jid).is_transport():
             ErrorDialog(_('This is not a group chat'),
                 _('%s is not the name of a group chat.') % room_jid)
             return
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to