Form.st
changeset 1745 7333e0ddc087
parent 1741 b84a2f4317e9
child 1889 8e24afd8174e
--- a/Form.st	Wed Jun 11 13:18:15 1997 +0200
+++ b/Form.st	Wed Jun 11 13:19:18 1997 +0200
@@ -1611,9 +1611,10 @@
     device := nil.
     drawableId := nil.
     gcId := nil.
+    super release.
 
-    "Modified: 15.6.1996 / 15:43:39 / cg"
     "Created: 16.9.1996 / 21:08:50 / cg"
+    "Modified: 11.6.1997 / 13:19:05 / cg"
 !
 
 restored
@@ -1800,6 +1801,6 @@
 !Form class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.83 1997-06-05 19:08:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.84 1997-06-11 11:19:18 cg Exp $'
 ! !
 Form initialize!