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

List:       kde-commits
Subject:    kdelibs/khtml/xml
From:       Harri Porten <porten () kde ! org>
Date:       2005-02-28 13:54:39
Message-ID: 20050228135439.1B610148A2 () office ! kde ! org
[Download RAW message or body]

CVS commit by porten: 

fixing an oversight noticed by dfaure


  M +1 -1      dom2_eventsimpl.cpp   1.53


--- kdelibs/khtml/xml/dom2_eventsimpl.cpp  #1.52:1.53
@@ -736,5 +736,5 @@ int TextEventImpl::keyCode() const
         int c = charCode();
         if (c != 0) {
-            return QChar(charCode()).upper().unicode();
+            return QChar(c).upper().unicode();
         } else {
             c = m_keyEvent->key();


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

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