Fix a bug with changing status in groupchats. Always print "You are now %s" in groupchats, even if you change from "action menu".

This commit is contained in:
Julien Pivotto 2007-05-27 09:16:21 +00:00
parent bdf33fb4c1
commit 0863ce8dba
1 changed files with 0 additions and 1 deletions

View File

@ -1408,7 +1408,6 @@ class GroupchatControl(ChatControlBase):
nick = instance.input_entry.get_text().decode('utf-8')
nick = helpers.parse_resource(nick)
gajim.connections[self.account].join_gc(nick, self.room_jid, None)
self.nick = nick
instance = dialogs.InputDialog(title, prompt, proposed_nick,
is_modal = False, ok_handler = on_ok)