the name of this window has been changed ... not everywhere

This commit is contained in:
Yann Leboulanger 2005-04-03 08:22:57 +00:00
parent 9e378977f8
commit cdaee5371f

View file

@ -1213,8 +1213,8 @@ class Account_modification_window:
self.plugin.nicks[name] = login self.plugin.nicks[name] = login
self.plugin.sleeper_state[name] = 0 self.plugin.sleeper_state[name] = 0
#refresh accounts window #refresh accounts window
if self.plugin.windows.has_key('accounts_window'): if self.plugin.windows.has_key('accounts'):
self.plugin.windows['accounts_window'].init_accounts() self.plugin.windows['accounts'].init_accounts()
#refresh roster #refresh roster
self.plugin.roster.draw_roster() self.plugin.roster.draw_roster()
widget.get_toplevel().destroy() widget.get_toplevel().destroy()