diff -r a9035374eb05 -r 32f269883027 PLCOpenEditor.py --- a/PLCOpenEditor.py Thu Feb 28 14:11:16 2008 +0100 +++ b/PLCOpenEditor.py Thu Feb 28 18:07:52 2008 +0100 @@ -508,7 +508,6 @@ elif answer == wx.ID_NO: self.Controler.Reset() self.AUIManager.UnInit() - wx.CallAfter(self.Close) event.Skip() else: event.Veto()