added lowspace cleanup
authorClaus Gittinger <cg@exept.de>
Thu, 18 Apr 1996 16:54:30 +0200
changeset 486 fb6c24e0123c
parent 485 e9a0636c4fca
child 487 e96fd6389b15
added lowspace cleanup
BrowserView.st
BrwsrView.st
--- a/BrowserView.st	Thu Apr 18 16:52:30 1996 +0200
+++ b/BrowserView.st	Thu Apr 18 16:54:30 1996 +0200
@@ -95,6 +95,14 @@
     "Modified: 23.11.1995 / 11:36:34 / cg"
 ! !
 
+!BrowserView class methodsFor:'cleanup'!
+
+lowSpaceCleanup
+    DefaultIcon := nil
+
+    "Created: 18.4.1996 / 16:46:40 / cg"
+! !
+
 !BrowserView class methodsFor:'defaults'!
 
 defaultIcon
@@ -7026,6 +7034,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.126 1996-04-18 11:36:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.127 1996-04-18 14:54:30 cg Exp $'
 ! !
 BrowserView initialize!
--- a/BrwsrView.st	Thu Apr 18 16:52:30 1996 +0200
+++ b/BrwsrView.st	Thu Apr 18 16:54:30 1996 +0200
@@ -95,6 +95,14 @@
     "Modified: 23.11.1995 / 11:36:34 / cg"
 ! !
 
+!BrowserView class methodsFor:'cleanup'!
+
+lowSpaceCleanup
+    DefaultIcon := nil
+
+    "Created: 18.4.1996 / 16:46:40 / cg"
+! !
+
 !BrowserView class methodsFor:'defaults'!
 
 defaultIcon
@@ -7026,6 +7034,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.126 1996-04-18 11:36:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.127 1996-04-18 14:54:30 cg Exp $'
 ! !
 BrowserView initialize!