This commit is contained in:
mathieui 2011-11-10 21:12:33 +01:00
parent fde8a8a1c9
commit 0cb9a5a61f

View file

@ -1378,7 +1378,12 @@ class Core(object):
else:
tab.own_nick = nick
tab.users = []
if tab and tab.joined:
self.enable_private_tabs(room)
tab.state = "normal"
if tab == self.current_tab():
tab.refresh()
self.doupdate()
def get_bookmark_nickname(self, room_name):
"""