psmith 2003/09/16 18:25:23 Modified: src/java/org/apache/log4j/chainsaw LogUI.java Log: Removed the need to notify the status bar of events being received, the data rate is handling this. Revision Changes Path 1.30 +0 -5 jakarta-log4j/src/java/org/apache/log4j/chainsaw/LogUI.java Index: LogUI.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/chainsaw/LogUI.java,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- LogUI.java 15 Sep 2003 22:13:26 -0000 1.29 +++ LogUI.java 17 Sep 2003 01:25:23 -0000 1.30 @@ -1133,11 +1133,6 @@ } } - /** - * notify the status bar we received an event - */ - statusBar.receivedEvent(); - if (!getPanelMap().containsKey(ident)) { final String eventType = ((ChainsawEventBatchEntry) eventBatchEntrys.get(0)).getEventType();
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]