objdictgen/commondialogs.py
changeset 359 346435b94063
parent 328 474aa35daa95
child 418 64a8c24b61a5
--- a/objdictgen/commondialogs.py	Tue Jan 15 10:49:35 2008 +0100
+++ b/objdictgen/commondialogs.py	Thu Jan 17 11:50:51 2008 +0100
@@ -22,6 +22,7 @@
 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 import wx
+import wx.grid
 
 import os
 
@@ -1484,9 +1485,8 @@
             message = wx.MessageDialog(self, "\"%s\" is not a valid value!"%value, "Error", wx.OK|wx.ICON_ERROR)
             message.ShowModal()
             message.Destroy()
-        finally:
-            wx.CallAfter(self.RefreshValues)
-            event.Skip()
+        wx.CallAfter(self.RefreshValues)
+        event.Skip()
     
     def OnValuesGridSelectCell(self, event):
         wx.CallAfter(self.RefreshButtons)