missing ':'

This commit is contained in:
Vincent Hanquez 2005-04-20 17:48:49 +00:00
parent 1a82ed0ca3
commit 7e96882c11
1 changed files with 1 additions and 1 deletions

View File

@ -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'):