take into account our nick changement in MUC only on success. Fixes #1341

This commit is contained in:
Yann Leboulanger 2006-01-17 08:29:52 +00:00
parent f02791b044
commit 7024ada55c
1 changed files with 0 additions and 1 deletions

View File

@ -1001,7 +1001,6 @@ class GroupchatControl(ChatControlBase):
response = instance.get_response()
if response == gtk.RESPONSE_OK:
nick = instance.input_entry.get_text().decode('utf-8')
self.nick = nick
gajim.connections[self.account].change_gc_nick(self.room_jid, nick)
def shutdown(self):