Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Player
diff options
context:
space:
mode:
authorolipet <olpc@localhost.localdomain>2007-01-05 05:49:17 (GMT)
committer olipet <olpc@localhost.localdomain>2007-01-05 05:49:17 (GMT)
commit658e18623237a652956ea6af75add9fcfcf53213 (patch)
tree6045702da3ba3135bbd1912b223519d59b07af83 /Player
parente9758c990467c24d8bff741a3ed1e3b2b791dfe5 (diff)
drum stop fixed, mic length adjusted
Diffstat (limited to 'Player')
-rw-r--r--Player/RythmPlayer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Player/RythmPlayer.py b/Player/RythmPlayer.py
index 45e04a7..7491623 100644
--- a/Player/RythmPlayer.py
+++ b/Player/RythmPlayer.py
@@ -43,7 +43,7 @@ class RythmPlayer:
if self.playbackTimeout != None:
gobject.source_remove( self.playbackTimeout )
self.playbackTimeout = None
- self.shutOff()
+# self.shutOff()
self.playState = 0
def handleClock( self ) :