activate the tab when we create a new groupchat

This commit is contained in:
Yann Leboulanger 2005-03-27 08:40:01 +00:00
parent ccc95f46db
commit b40a87922e
1 changed files with 1 additions and 0 deletions

View File

@ -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)