Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-02-07 09:04:25 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-02-07 09:04:25 (GMT)
commit4b06f75c99d96fdc84706e798f54001bb1cd99a9 (patch)
tree6840d87b1b5dfdcfc2521f9fb729e7e62d11d10e
parente3b8acc447bf3e2b1016cca612916baac4d743eb (diff)
Play tape even w/o frames (in wating of upcoming frames)
-rw-r--r--montage.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/montage.py b/montage.py
index c98e44e..840d3b7 100644
--- a/montage.py
+++ b/montage.py
@@ -64,8 +64,7 @@ def _play_tape():
continue
return True
- stop()
- return False
+ return True
class View(gtk.EventBox):
class Screen(gtk.DrawingArea):