# HG changeset patch # User Claus Gittinger # Date 1290763273 -3600 # Node ID bf870042cb9fffeb17522584912529b021db6ab7 # Parent 24dc78d4722634306e65f539ff467ebb86369939 changed: #headLineLabel: diff -r 24dc78d47226 -r bf870042cb9f InspectorView.st --- a/InspectorView.st Thu Nov 25 12:14:25 2010 +0100 +++ b/InspectorView.st Fri Nov 26 10:21:13 2010 +0100 @@ -286,7 +286,11 @@ headLineLabel := aString. - "Modified: / 11-11-2010 / 17:14:02 / cg" + labelView notNil ifTrue:[ + labelView label:headLineLabel. + ]. + + "Modified: / 25-11-2010 / 17:16:45 / cg" ! hideReceiver:aBoolean @@ -2418,9 +2422,9 @@ !InspectorView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.221 2010-11-17 19:09:56 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.222 2010-11-26 09:21:13 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.221 2010-11-17 19:09:56 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.222 2010-11-26 09:21:13 cg Exp $' ! !