changed: #applyAction:
authorClaus Gittinger <cg@exept.de>
Mon, 10 Sep 2012 14:16:47 +0200
changeset 11795 894f104886b8
parent 11794 3d2efe798a56
child 11796 d1e21486f612
changed: #applyAction:
Tools__ChangeList.st
--- a/Tools__ChangeList.st	Mon Sep 10 14:01:52 2012 +0200
+++ b/Tools__ChangeList.st	Mon Sep 10 14:16:47 2012 +0200
@@ -353,8 +353,10 @@
     "Created: / 05-12-2009 / 14:28:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-applyAction:something
-    applyAction := something.
+applyAction:aBlock
+    applyAction := aBlock.
+
+    "Modified (format): / 10-09-2012 / 14:15:30 / cg"
 !
 
 list
@@ -1110,11 +1112,11 @@
 !ChangeList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeList.st,v 1.18 2012-09-10 12:01:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeList.st,v 1.19 2012-09-10 12:16:47 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeList.st,v 1.18 2012-09-10 12:01:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeList.st,v 1.19 2012-09-10 12:16:47 cg Exp $'
 !
 
 version_SVN