diff -r 2baf4faf8a50 -r c596b8441e25 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 $' ! !