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

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdelibs/khtml/xml
From:       Stephan Binner <binner () kde ! org>
Date:       2003-07-01 14:22:48
[Download RAW message or body]

CVS commit by binner: 

Fixed TextEventImpl::checkModifier(), obviously unused since KDE 3.0 Alpha


  M +1 -1      dom2_eventsimpl.cpp   1.28.2.3


--- kdelibs/khtml/xml/dom2_eventsimpl.cpp  #1.28.2.2:1.28.2.3
@@ -599,5 +599,5 @@ TextEventImpl::~TextEventImpl()
 bool TextEventImpl::checkModifier(unsigned long modifierArg)
 {
-  return ((m_modifier && modifierArg) == modifierArg);
+  return ((m_modifier & modifierArg) == modifierArg);
 }
 


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

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