From 223b72d463cc80c88c441cf08b7a15d370d53e63 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 3 Apr 2005 02:26:17 +0000 Subject: [PATCH] bugfix --- plugins/gtkgui/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gtkgui/config.py b/plugins/gtkgui/config.py index 04b479e93..ebe6eb5ff 100644 --- a/plugins/gtkgui/config.py +++ b/plugins/gtkgui/config.py @@ -1393,7 +1393,7 @@ class Accounts_window: self.plugin.windows['account_modification_window'] = \ Account_modification_window(self.plugin, {}) #find out what's wrong else: - self.plugin.windows[account_modification_window].window.present() + self.plugin.windows['account_modification_window'].window.present() def on_delete_button_clicked(self, widget): """When delete button is clicked :