Remember nickname changes so autoaway works properly in groupchat.

This commit is contained in:
Alex Mauer 2005-09-03 22:09:55 +00:00
parent 7fe4cd958e
commit fed1a43248
1 changed files with 1 additions and 0 deletions

View File

@ -433,6 +433,7 @@ class GroupchatWindow(chat.Chat):
response = instance.get_response()
if response == gtk.RESPONSE_OK:
nick = instance.input_entry.get_text().decode('utf-8')
self.nicks[room_jid] = nick
gajim.connections[self.account].change_gc_nick(room_jid, nick)
def on_configure_room_menuitem_activate(self, widget):