Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):