changed:
authorClaus Gittinger <cg@exept.de>
Thu, 26 Jul 2012 14:25:38 +0200
changeset 11674 ad0dcb460bad
parent 11673 7993d1c0629e
child 11675 a19cf3c9f428
changed: #confirmChanges: #openOn: #openOn:label:setupWith: return value
Tools__ChangeSetBrowser2.st
--- a/Tools__ChangeSetBrowser2.st	Thu Jul 26 14:07:41 2012 +0200
+++ b/Tools__ChangeSetBrowser2.st	Thu Jul 26 14:25:38 2012 +0200
@@ -152,9 +152,10 @@
 
 confirmChanges: aChangeSet
 
-    ^self confirmChanges: aChangeSet label: 'Apply following changes?'
+    ^self confirmChanges: aChangeSet label: 'Apply the following changes?'
 
     "Modified: / 08-11-2010 / 18:01:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 26-07-2012 / 13:19:49 / cg"
 !
 
 confirmChanges:aChangeSet label: aString
@@ -207,13 +208,16 @@
 !
 
 openOn: aChangeSet
-    ^(self on: aChangeSet) open
+    ^(self on: aChangeSet) 
+        open;
+        yourself
 
     "
         self openOn: ChangeSet current
     "
 
     "Modified (comment): / 24-01-2012 / 20:01:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 26-07-2012 / 13:19:18 / cg"
 !
 
 openOn: aChangeSet label: aString
@@ -225,9 +229,10 @@
 
 openOn: aChangeSet label: aString setupWith: aBlock
 
-    ^(self on: aChangeSet label: aString setupWith: aBlock) open
+    ^(self on: aChangeSet label: aString setupWith: aBlock) open; yourself
 
     "Created: / 26-10-2010 / 23:07:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 26-07-2012 / 13:19:30 / cg"
 ! !
 
 !ChangeSetBrowser2 class methodsFor:'interface specs'!
@@ -2750,11 +2755,11 @@
 !ChangeSetBrowser2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetBrowser2.st,v 1.36 2012-07-25 23:18:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetBrowser2.st,v 1.37 2012-07-26 12:25:38 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetBrowser2.st,v 1.36 2012-07-25 23:18:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetBrowser2.st,v 1.37 2012-07-26 12:25:38 cg Exp $'
 !
 
 version_SVN