From 4b06f75c99d96fdc84706e798f54001bb1cd99a9 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Sat, 07 Feb 2009 09:04:25 +0000 Subject: Play tape even w/o frames (in wating of upcoming frames) --- 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): -- cgit v0.9.1