Image.st
changeset 869 464ffa8c0c67
parent 861 5d897dbd681a
child 873 f44d57cc8d05
--- a/Image.st	Sat Jun 15 15:37:05 1996 +0200
+++ b/Image.st	Sat Jun 15 15:47:03 1996 +0200
@@ -454,11 +454,13 @@
 !
 
 flushDeviceImages
-    "simply unassign all pictures from their device"
+    "simply release all deviceForms"
 
     Lobby do:[:anImage |
-	anImage restored
+        anImage restored
     ]
+
+    "Modified: 15.6.1996 / 15:45:02 / cg"
 !
 
 initialize
@@ -6840,6 +6842,6 @@
 !Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.98 1996-06-15 11:55:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.99 1996-06-15 13:47:03 cg Exp $'
 ! !
 Image initialize!