Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-00-CE-12.localdomain>2007-07-06 15:50:00 (GMT)
committer amartin <olpc@xo-00-CE-12.localdomain>2007-07-06 15:50:00 (GMT)
commite1413b33f821b6334ca2b30f27cd281a26fded86 (patch)
tree3c7bfeede5283e0689fcf78d8e86e1e49898e283 /TamTam.py
parent4e0cb2ceee99dd381e98a35011b7ceee25a62323 (diff)
activity fixes
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/TamTam.py b/TamTam.py
index 249a097..70116c3 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -99,6 +99,8 @@ class TamTam(Activity):
if Config.DEBUG: print 'DEBUG: TamTam::set_mode from', self.mode, 'to', mode
if self.mode != None:
+ if self.mode == "edit" or self.mode == "synth":
+ self.save() # save the activity
self.modeList[ self.mode ].onDeactivate()
self.remove( self.modeList[ self.mode ] )