checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 05 Aug 1998 14:30:23 +0200
changeset 1806 c596b8441e25
parent 1805 2baf4faf8a50
child 1807 b98ad1474686
checkin from browser
SystemStatusMonitor.st
--- 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 $'
 ! !