From 7e96882c110064596f0e51bae7c0507394e10732 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Wed, 20 Apr 2005 17:48:49 +0000 Subject: [PATCH] missing ':' --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index fca0a0e1e..ec00e29b4 100644 --- a/src/config.py +++ b/src/config.py @@ -914,7 +914,7 @@ class Account_modification_window: def on_account_modification_window_destroy(self, widget): '''close window''' if self.plugin.windows.has_key(self.account): - if self.plugin.windows[self.account].has_key('account_modification') + if self.plugin.windows[self.account].has_key('account_modification'): del self.plugin.windows[self.account]['account_modification'] return if self.plugin.windows.has_key('account_modification'):