Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit
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 /Edit
parenta7fd035f67700ea188d74cd6020cbc423e15bf27 (diff)
Save stuff
Diffstat (limited to 'Edit')
-rw-r--r--Edit/MainWindow.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/Edit/MainWindow.py b/Edit/MainWindow.py
index a378220..7b83992 100644
--- a/Edit/MainWindow.py
+++ b/Edit/MainWindow.py
@@ -763,10 +763,7 @@ class MainWindow( SubActivity ):
self.displayPage( id )
def handleClose(self,widget):
- if self.journalCalled:
- gtk.main_quit()
- else:
- self.set_mode("welcome")
+ self.set_mode('quit')
def onTimeout(self):
self.updateFPS()