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

List:       kde-commits
Subject:    kdelibs/khtml/css
From:       Allan Sandfeld Jensen <kde () carewolf ! com>
Date:       2004-11-29 1:52:38
Message-ID: 20041129015238.9DC421B94D () office ! kde ! org
[Download RAW message or body]

CVS commit by carewolf: 

Selectors with different arguments are different
BUG:


  M +2 -1      css_base.cpp   1.18


--- kdelibs/khtml/css/css_base.cpp  #1.17:1.18
@@ -265,5 +265,6 @@ bool CSSSelector::operator == ( const CS
              sel1->nonCSSHint != sel2->nonCSSHint ||
              sel1->value != sel2->value ||
-             sel1->pseudoType() != sel2->pseudoType())
+             sel1->pseudoType() != sel2->pseudoType() ||
+             sel1->string_arg != sel2->string_arg)
             return false;
         sel1 = sel1->tagHistory;


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

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