Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-06 18:30:04 (GMT)
committer Nat <natcl@hotmail.com>2007-07-06 18:30:04 (GMT)
commit82057b47e8c27c7cf047715378fdc3b310073713 (patch)
treef8448435f47630ef8975e527d16d1fe65c8dd7f7 /SynthLab
parenta7fd035f67700ea188d74cd6020cbc423e15bf27 (diff)
Save stuff
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabWindow.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/SynthLab/SynthLabWindow.py b/SynthLab/SynthLabWindow.py
index a8e1ee2..d0ec415 100644
--- a/SynthLab/SynthLabWindow.py
+++ b/SynthLab/SynthLabWindow.py
@@ -276,7 +276,8 @@ class SynthLabWindow(SubActivity):
def handleClose( self, widget, data ):
if self.journalCalled:
- gtk.main_quit()
+ self.set_mode('quit')
+ return
if self.instanceOpen:
self.synthLabParametersWindow.destroy()
self.set_mode('welcome')