[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...

Peter Muir peter at bleepbleep.org.uk
Tue Nov 13 18:23:54 EST 2007


  User: pmuir   
  Date: 07/11/13 18:23:54

  Modified:    src/main/org/jboss/seam/core  ConversationEntry.java
  Log:
  JBSEAM-1901
  
  Revision  Changes    Path
  1.41      +1 -1      jboss-seam/src/main/org/jboss/seam/core/ConversationEntry.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConversationEntry.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ConversationEntry.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- ConversationEntry.java	19 Jun 2007 19:02:31 -0000	1.40
  +++ ConversationEntry.java	13 Nov 2007 23:23:54 -0000	1.41
  @@ -138,7 +138,7 @@
      
      public boolean isDisplayable() 
      {
  -      return !isEnded() && getDescription()!=null;
  +      return !isEnded() && !isRemoveAfterRedirect() && getDescription()!=null;
      }
   
      public boolean isCurrent()
  
  
  



More information about the jboss-cvs-commits mailing list