*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 20 Aug 2008 22:39:05 +0200
changeset 8240 907893416fca
parent 8239 8be821ca02f9
child 8241 ea82422336bb
*** empty log message ***
ViewWithAcceptAndCancelBar.st
--- a/ViewWithAcceptAndCancelBar.st	Wed Aug 20 21:41:37 2008 +0200
+++ b/ViewWithAcceptAndCancelBar.st	Wed Aug 20 22:39:05 2008 +0200
@@ -102,7 +102,8 @@
             (app := self application) notNil ifTrue:[
                 app
                     enqueueMessage:#updateBarVisibility
-                    for:self arguments:#().
+                    for:self 
+                    arguments:#().
             ].
         ].
 
@@ -110,7 +111,8 @@
             (app := self application) notNil ifTrue:[
                 app
                     enqueueMessage:#updateBarVisibility
-                    for:self arguments:#().
+                    for:self 
+                    arguments:#().
             ].
         ].
     ].
@@ -227,5 +229,5 @@
 !ViewWithAcceptAndCancelBar class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ViewWithAcceptAndCancelBar.st,v 1.4 2007-03-26 12:45:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ViewWithAcceptAndCancelBar.st,v 1.5 2008-08-20 20:39:05 cg Exp $'
 ! !