ChangesBrowser.st
changeset 2114 720edbe757f5
parent 2093 5eb2123927b9
child 2132 4b6c57b84a10
--- a/ChangesBrowser.st	Fri Apr 23 14:23:44 1999 +0200
+++ b/ChangesBrowser.st	Fri Apr 23 14:27:38 1999 +0200
@@ -432,6 +432,14 @@
     "Modified: 29.5.1996 / 16:12:19 / cg"
 !
 
+destroy
+    "destroy the receiver; make certain, that boxes are destroyed too"
+
+    Processor removeTimedBlock:checkBlock.
+    ObjectMemory removeDependent:self.
+    super destroy
+!
+
 focusSequence
     ^ Array with:changeListView with:codeView
 !
@@ -2107,14 +2115,6 @@
     "Created: / 3.8.1998 / 19:54:13 / cg"
 !
 
-destroy
-    "destroy the receiver; make certain, that boxes are destroyed too"
-
-    Processor removeTimedBlock:checkBlock.
-    ObjectMemory removeDependent:self.
-    super destroy
-!
-
 saveAndTerminate
     "update the changes file and quit.
      Dont depend on this being sent, not all window managers
@@ -3014,5 +3014,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.151 1999-03-31 20:02:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.152 1999-04-23 12:27:38 cg Exp $'
 ! !