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-07-09 12:30:27 (GMT)
committer Nat <natcl@hotmail.com>2007-07-09 12:30:27 (GMT)
commit809f5cd4aadf0abdfca1aad1b3b6609984eb0d88 (patch)
tree6ce2a93fa0fab4b9d7c8a4c269dfe488f634ea6d /TamTam.py
parentc4a213dbf615def5ebbc2f2606fcf7a465f9a501 (diff)
Title of the activity in the journal
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 e1c2555..5cc4de3 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -237,9 +237,11 @@ class TamTam(Activity):
def write_file(self,file_path):
if self.mode == 'edit':
self.metadata['tamtam_subactivity'] = self.mode
+ self.metadata['title'] = 'TamTam Edit'
self.modeList[self.mode].handleJournalSave(file_path)
if self.mode == 'synth':
self.metadata['tamtam_subactivity'] = self.mode
+ self.metadata['title'] = 'SynthLab'
self.modeList[self.mode].handleJournalSave(file_path)