[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kdom
From:       Rob Buis <rwlbuis () xs4all ! nl>
Date:       2004-04-10 17:18:11
Message-ID: 20040410171811.B82F499D7 () office ! kde ! org
[Download RAW message or body]

CVS commit by buis: 


Wrong lookup check, this broke doctest, fixed.


  M +1 -1      NamedAttrMap.cc   1.23


--- kdenonbeta/kdom/NamedAttrMap.cc  #1.22:1.23
@@ -172,5 +172,5 @@ Node &NamedAttrMap::getNamedItemNS(const
                 if(!attr->prefix().isNull())
                 {
-                        if(attr->namespaceURI() == namespaceURI && attr->name() == localName)
+                        if(attr->namespaceURI() == namespaceURI && attr->localName() == localName)
                                 return *attr;
                 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic