keiron      2002/12/19 00:12:04

  Modified:    src/org/apache/fop/fo PropertyList.java
  Log:
  compare to correct string
  
  Revision  Changes    Path
  1.19      +2 -2      xml-fop/src/org/apache/fop/fo/PropertyList.java
  
  Index: PropertyList.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/PropertyList.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- PropertyList.java 25 Oct 2002 09:29:41 -0000      1.18
  +++ PropertyList.java 19 Dec 2002 08:12:04 -0000      1.19
  @@ -255,7 +255,7 @@
   
           // if value is inherit then get computed value from
           // parent
  -        if(p != null && "inherit".equals(p.getString())) {
  +        if(p != null && "inherit".equals(p.getSpecifiedValue())) {
               if (this.parentPropertyList != null) {
                   p = parentPropertyList.get(propertyName, true, false);
               }
  
  
  

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

Reply via email to