checkin from browser
authorClaus Gittinger <cg@exept.de>
Sat, 20 Jun 1998 16:50:14 +0200
changeset 877 f31f41b29710
parent 876 32b1012426e3
child 878 a00ba144e64f
checkin from browser
UIPainter.st
--- a/UIPainter.st	Sat Jun 20 15:45:53 1998 +0200
+++ b/UIPainter.st	Sat Jun 20 16:50:14 1998 +0200
@@ -2168,7 +2168,10 @@
     "returns the default info label"
 
     specClass isNil ifTrue: [^'No class and selector defined.'].
+    specSelector isNil ifTrue: [^'No selector defined.'].
     ^specClass printString, ' >> ', specSelector
+
+    "Modified: / 20.6.1998 / 16:49:16 / cg"
 ! !
 
 !UIPainter methodsFor:'private'!