ignore styleChange
authorClaus Gittinger <cg@exept.de>
Tue, 15 Sep 1998 19:07:41 +0200
changeset 1890 8690768a429b
parent 1889 d73a5d8b3e14
child 1891 027595da57a1
ignore styleChange
MemMonitor.st
MemoryMonitor.st
--- a/MemMonitor.st	Tue Sep 15 14:45:12 1998 +0200
+++ b/MemMonitor.st	Tue Sep 15 19:07:41 1998 +0200
@@ -718,6 +718,12 @@
     oldColor := oldColor on:device.
 
     "Modified: / 27.7.1998 / 19:57:51 / cg"
+!
+
+reinitStyle
+    "ignore style changes"
+
+    "Created: / 15.9.1998 / 15:22:46 / cg"
 ! !
 
 !MemoryMonitor methodsFor:'menu functions'!
@@ -957,5 +963,5 @@
 !MemoryMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/MemMonitor.st,v 1.57 1998-09-08 11:23:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/MemMonitor.st,v 1.58 1998-09-15 17:07:41 cg Exp $'
 ! !
--- a/MemoryMonitor.st	Tue Sep 15 14:45:12 1998 +0200
+++ b/MemoryMonitor.st	Tue Sep 15 19:07:41 1998 +0200
@@ -718,6 +718,12 @@
     oldColor := oldColor on:device.
 
     "Modified: / 27.7.1998 / 19:57:51 / cg"
+!
+
+reinitStyle
+    "ignore style changes"
+
+    "Created: / 15.9.1998 / 15:22:46 / cg"
 ! !
 
 !MemoryMonitor methodsFor:'menu functions'!
@@ -957,5 +963,5 @@
 !MemoryMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.57 1998-09-08 11:23:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.58 1998-09-15 17:07:41 cg Exp $'
 ! !