Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/TamTam.py b/TamTam.py
index dd78513..0dc48b7 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -232,7 +232,9 @@ class TamTam(Activity):
if self.mode == 'edit':
self.metadata['tamtam_subactivity'] = self.mode
self.modeList[self.mode].handleJournalSave(file_path)
-
+ if self.mode == 'synth':
+ self.metadata['tamtam_subactivity'] = self.mode
+ self.modeList[self.mode].handleJournalSave(file_path)
if __name__ == "__main__":