Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-06-26 21:41:00 (GMT)
committer Nat <natcl@hotmail.com>2007-06-26 21:41:00 (GMT)
commite5d9cee0f581f4708c25da4a020abd18f9f46f84 (patch)
tree276848f6ddf835f7a5723ab7d13777d4b4d932a5 /TamTam.py
parent69fd0fd9f02203e29bdf72abd035250238725c0a (diff)
spawn again
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 086e471..c4e4c52 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -163,7 +163,7 @@ class TamTam(Activity):
return
elif key == 49:#39: S
#self.set_mode('synth')
- os.spawnlp(os.P_NOWAIT,'/usr/share/activities/TamTam.activity/cnee', '--record', '--keyboard', '--mouse', '--stop-key', 'h', '--out-file', '/home/olpc/test.xnl')
+ os.spawnlp(os.P_NOWAIT,'/usr/share/activities/TamTam.activity/cnee','/usr/share/activities/TamTam.activity/cnee', '--record', '--keyboard', '--mouse', '--stop-key', 'h', '--out-file', '/home/olpc/test.xnl')
return
elif key == 10:#25: W
#self.set_mode('welcome')