save when we change our nick in the change_nick_dialog

This commit is contained in:
Yann Leboulanger 2006-01-31 13:54:42 +00:00
parent e3888b8202
commit ccbcf0d8a9
1 changed files with 1 additions and 0 deletions

View File

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