Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab
diff options
context:
space:
mode:
authorOli <olpc@localhost.localdomain>2007-02-20 04:04:53 (GMT)
committer Oli <olpc@localhost.localdomain>2007-02-20 04:04:53 (GMT)
commited2ba751a970cbbed4d97b3adafe41909d986b0d (patch)
tree7817be57b3a30bc8d862eb477631c601c8680128 /SynthLab
parent3432315f9f7f67e2469ef6d5c63ae12485ff40c6 (diff)
new generationParametersWindow ( not finish! )
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabWindow.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/SynthLab/SynthLabWindow.py b/SynthLab/SynthLabWindow.py
index 979aba7..c1ddbe5 100644
--- a/SynthLab/SynthLabWindow.py
+++ b/SynthLab/SynthLabWindow.py
@@ -978,7 +978,6 @@ class SynthLabWindow( gtk.Window ):
def handleSaveTemp( self ):
file = Config.PREF_DIR + '/synthTemp' + str(self.table - 85)
- print file
f = shelve.open(file, 'n')
self.saveState(f)
f.close()