Skip to content
Snippets Groups Projects
Commit b40a8792 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

activate the tab when we create a new groupchat

parent ccc95f46
No related branches found
No related tags found
No related merge requests found
......@@ -842,6 +842,7 @@ class Roster_window:
self.plugin.windows[account]['gc'][jid] = \
self.plugin.windows[account]['gc']['tabbed']
self.plugin.windows[account]['gc']['tabbed'].window.present()
self.plugin.windows[account]['gc']['tabbed'].active_tab(jid)
else:
self.plugin.windows[account]['gc'][jid] = \
Groupchat_window(jid, nick, self.plugin, account)
......
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