Remove end callback until pausing bug is fixed

master
kliment 2011-07-17 18:08:18 +02:00
parent 18722636e6
commit 30023a5be1
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
self.mini=False
self.p.sendcb=self.sentcb
self.p.startcb=self.startcb
self.p.endcb=self.endcb
#self.p.endcb=self.endcb
self.starttime=0
self.curlayer=0