Skip to content
Snippets Groups Projects
Commit fed1a432 authored by Alex Mauer's avatar Alex Mauer
Browse files

Remember nickname changes so autoaway works properly in groupchat.

parent 7fe4cd95
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment