little bugfix

This commit is contained in:
Yann Leboulanger 2005-04-02 21:12:13 +00:00
parent e7d6a83f68
commit 0ed2b103d3
1 changed files with 1 additions and 1 deletions

View File

@ -1379,6 +1379,6 @@ class Roster_window:
self.hidden_lines = self.plugin.config['hiddenlines'].split('\t')
self.draw_roster()
if len(self.plugin.accounts) == 0:
self.plugin.windows['accounts_window'] = Accounts_window(self.plugin)
self.plugin.windows['accounts'] = Accounts_window(self.plugin)
self.plugin.windows['account_modification_window'] = \
Account_modification_window(self.plugin, {})