SystemStatusMonitor.st
changeset 1806 c596b8441e25
parent 1273 3a8a91e6c5fa
child 1823 6ebeee55f0c4
--- a/SystemStatusMonitor.st	Wed Aug 05 10:45:07 1998 +0200
+++ b/SystemStatusMonitor.st	Wed Aug 05 14:30:23 1998 +0200
@@ -98,6 +98,7 @@
     listView menuHolder:self; menuPerformer:self; menuMessage:#statusMenu. 
 
     listView multipleSelectOk:true.
+    listView toggleSelect:true.
     listView delegate:(KeyboardForwarder toView:self).
     listView doubleClickAction:[:line | self doubleClicked].
 
@@ -115,7 +116,7 @@
      ProcessMonitor open
     "
 
-    "Modified: 4.8.1997 / 01:44:47 / cg"
+    "Modified: / 5.8.1998 / 13:06:04 / cg"
 !
 
 mapped
@@ -206,5 +207,5 @@
 !SystemStatusMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.5 1997-08-05 14:30:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.6 1998-08-05 12:30:23 cg Exp $'
 ! !