This commit is contained in:
Yann Leboulanger 2006-01-19 19:59:58 +00:00
parent 28a5263cd3
commit 103b143da2
1 changed files with 3 additions and 2 deletions

View File

@ -790,8 +790,9 @@ _('You can not join a group chat unless you are connected.')).get_response()
jid = helpers.parse_jid(jid)
except:
ErrorDialog(_('Invalid room or server name'),
_('The room name or server name has not allowed characters.')
_('The room name or server name has not allowed characters.'))
return
if jid in self.recently_groupchat:
self.recently_groupchat.remove(jid)
self.recently_groupchat.insert(0, jid)