Fix bug where second and subsequent file load would cause an error and refuse to load further files. Closes #102

master
Kliment Yanev 2011-11-22 18:51:18 +01:00
parent 03f727aa92
commit d05a399684
1 changed files with 2 additions and 1 deletions

View File

@ -1262,7 +1262,8 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
except:
self.filename=fn
wx.CallAfter(self.loadbtn.SetLabel,_("Load File"))
wx.CallAfter(self.status.SetStatusText,_("Slicing cancelled."))
self.skeining=0
self.skeinp=None
def skein(self,filename):