Icon.st
changeset 1190 91cf6653901e
parent 1187 a5978013d0ad
child 1218 7189b183ebd6
--- a/Icon.st	Sat Jun 19 00:50:11 1999 +0200
+++ b/Icon.st	Sat Jun 19 00:52:33 1999 +0200
@@ -181,7 +181,7 @@
     otherwise, load the image from aFileName (searched in bitmaps directories),
     register the result and return it."
 
-    self Icon
+    ^ self
         constantNamed:aName
         ifAbsentPut:[Image fromFile:aFileName]
 
@@ -542,6 +542,6 @@
 !Icon class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Icon.st,v 1.22 1999-06-18 20:36:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Icon.st,v 1.23 1999-06-18 22:52:33 cg Exp $'
 ! !
 Icon initialize!