psmith      2003/06/10 16:10:58

  Modified:    src/java/org/apache/log4j/chainsaw LogUI.java
  Log:
  fixed bug when the user clears the current log panel, the status bar 
  still reported a particular chosen line.
  
  Revision  Changes    Path
  1.92      +1 -0      
jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/LogUI.java
  
  Index: LogUI.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/LogUI.java,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- LogUI.java        10 Jun 2003 19:38:19 -0000      1.91
  +++ LogUI.java        10 Jun 2003 23:10:58 -0000      1.92
  @@ -1610,6 +1610,7 @@
           detailPaneUpdater.setSelectedRow(-1);
           detail.notify();
         }
  +      statusBar.setNothingSelected();
       }
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to