changed: #doSave
authorClaus Gittinger <cg@exept.de>
Wed, 24 Aug 2011 12:26:24 +0200
changeset 2858 e993adca5ecf
parent 2857 6fcc59a87afb
child 2859 118c4294d9cd
changed: #doSave
MenuEditor.st
--- a/MenuEditor.st	Tue Aug 23 13:51:32 2011 +0200
+++ b/MenuEditor.st	Wed Aug 24 12:26:24 2011 +0200
@@ -2783,7 +2783,6 @@
       nextPutChunkSeparator;
       cr.
 
-self halt.
     (ReadStream on:s contents) fileIn.
 
     self isStandAlone ifTrue:[
@@ -2794,7 +2793,7 @@
     hasSaved := true.
     self clearModified.
 
-    "Modified: / 22-08-2011 / 10:28:17 / cg"
+    "Modified: / 24-08-2011 / 12:26:08 / cg"
 !
 
 doSaveAs