diff -r 71336ba2fc96 -r eaec2e45bd8d ActiveHelpView.st --- a/ActiveHelpView.st Fri Oct 23 17:22:48 2009 +0200 +++ b/ActiveHelpView.st Fri Oct 23 17:23:33 2009 +0200 @@ -202,7 +202,7 @@ ] ]. - borderWidth := styleSheet at:#'activeHelp.borderWidth' default:1. + self borderWidth:(styleSheet at:#'activeHelp.borderWidth' default:1). "Modified: / 26.10.1997 / 17:02:09 / cg" ! @@ -357,5 +357,9 @@ !ActiveHelpView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.29 2008-04-11 13:16:33 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.30 2009-10-23 15:23:33 cg Exp $' +! + +version_CVS + ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.30 2009-10-23 15:23:33 cg Exp $' ! !