Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util/LoopSettings.py
diff options
context:
space:
mode:
authorOli <olivier.belanger@umontreal.ca>2007-10-17 07:56:59 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-10-17 07:56:59 (GMT)
commit86c8c03e8762f592deae9053990a16e1737e75c7 (patch)
tree74362dbfbfb41d11c845dae3c2db194791d22b2b /common/Util/LoopSettings.py
parent278173914697047da9b48d251edf5f29eab43aed (diff)
new sounds (not scaled in amplitude), removed specific Config from MiniTamTam
Diffstat (limited to 'common/Util/LoopSettings.py')
-rw-r--r--common/Util/LoopSettings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Util/LoopSettings.py b/common/Util/LoopSettings.py
index 408b4d0..a717089 100644
--- a/common/Util/LoopSettings.py
+++ b/common/Util/LoopSettings.py
@@ -212,7 +212,6 @@ class LoopSettings( gtk.VBox ):
self.setChannel('ldur', self.dur)
def handlePlayButton(self, widget, data=None):
- print widget.get_active()
if self.ok:
self.playFunction(widget.get_active(), self.loopedSound)
if self.loopedSound == False and widget.get_active() == False: