AbstractLauncherApplication.st
branchjv
changeset 12287 400a99059170
parent 12263 a733f7053af0
child 12296 6921627a8c27
--- a/AbstractLauncherApplication.st	Fri Sep 07 12:37:19 2012 +0100
+++ b/AbstractLauncherApplication.st	Fri Sep 07 18:28:09 2012 +0100
@@ -1605,10 +1605,12 @@
      Sender has to handle SnapshotError"
 
     aFileName notNil ifTrue:[
-        self withCursor:Cursor write do:[
+        self withWriteCursorDo:[
             ObjectMemory snapShotOn:aFileName
         ].
     ].
+
+    "Modified: / 27-07-2012 / 09:46:19 / cg"
 ! !
 
 !AbstractLauncherApplication methodsFor:'user actions-help'!
@@ -6971,13 +6973,13 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.415 2012/04/27 13:33:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.416 2012/07/27 07:53:54 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.415 2012/04/27 13:33:33 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.416 2012/07/27 07:53:54 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: AbstractLauncherApplication.st 8019 2012-07-20 11:05:42Z vranyj1 $'
+    ^ '$Id: AbstractLauncherApplication.st 8048 2012-09-07 17:28:09Z vranyj1 $'
 ! !