when we add a new count, update ALL variables
This commit is contained in:
parent
12daa1954e
commit
d9316e83a2
|
@ -477,6 +477,7 @@ class accountPreference_Window:
|
||||||
self.plugin.roster.groups[name] = {}
|
self.plugin.roster.groups[name] = {}
|
||||||
self.plugin.roster.contacts[name] = {}
|
self.plugin.roster.contacts[name] = {}
|
||||||
self.plugin.nicks[name] = login
|
self.plugin.nicks[name] = login
|
||||||
|
self.plugin.sleeper_state[name] = 0
|
||||||
#refresh accounts window
|
#refresh accounts window
|
||||||
if self.plugin.windows.has_key('accounts'):
|
if self.plugin.windows.has_key('accounts'):
|
||||||
self.plugin.windows['accounts'].init_accounts()
|
self.plugin.windows['accounts'].init_accounts()
|
||||||
|
|
Loading…
Reference in New Issue