when we add a new count, update ALL variables

This commit is contained in:
Yann Leboulanger 2004-07-28 18:17:26 +00:00
parent 12daa1954e
commit d9316e83a2
1 changed files with 1 additions and 0 deletions

View File

@ -477,6 +477,7 @@ class accountPreference_Window:
self.plugin.roster.groups[name] = {}
self.plugin.roster.contacts[name] = {}
self.plugin.nicks[name] = login
self.plugin.sleeper_state[name] = 0
#refresh accounts window
if self.plugin.windows.has_key('accounts'):
self.plugin.windows['accounts'].init_accounts()