diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py index 6ae914ba1..d873b93c2 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -2728,6 +2728,10 @@ 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['account_modification_window'] = \ + Account_modification_window(self.plugin) class systrayDummy: """Class when we don't want icon in the systray"""