Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorOli <olpc@localhost.localdomain>2007-03-04 08:22:41 (GMT)
committer Oli <olpc@localhost.localdomain>2007-03-04 08:22:41 (GMT)
commitb4967930d9c5941da2e49f48d98aca6e296bfe3b (patch)
tree41b00df2b04279b45cfe83673930da99c374d84e /TamTam.py
parentade82f5d44d11fdd535301c4d4bab4655be7f8ae (diff)
SynthLab works and is compatible with mini and edit
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TamTam.py b/TamTam.py
index 41f67ea..630767d 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -122,7 +122,7 @@ class TamTam(Activity):
self.mode = mode
if mode == 'synth':
if not (mode in self.modeList):
- self.modeList[mode] = SynthLabWindow(self.set_mode, 86, None)
+ self.modeList[mode] = SynthLabWindow(self.set_mode, None)
self.mode = mode
if self.mode == None: