activate the tab when we create a new groupchat
This commit is contained in:
parent
ccc95f46db
commit
b40a87922e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue