You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@apache.org on 2002/12/19 09:12:05 UTC

cvs commit: xml-fop/src/org/apache/fop/fo PropertyList.java

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: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org