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

List:       kde-commits
Subject:    KDE_3_3_BRANCH: kdelibs/khtml
From:       Stephan Kulow <coolo () kde ! org>
Date:       2004-11-17 13:46:57
Message-ID: 20041117134657.4461D16C09 () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

something went wrong in the patch logic. But the check was supposed to
end up in openWallet not in saveWallet


  M +4 -4      khtml_part.cpp   1.1015.2.12


--- kdelibs/khtml/khtml_part.cpp  #1.1015.2.11:1.1015.2.12
@@ -6629,4 +6629,8 @@ void KHTMLPart::openWallet(DOM::HTMLForm
   }
 
+  if (onlyLocalReferences()) { // avoid triggering on local apps, thumbnails
+    return;
+  }
+
   if (d->m_wallet) {
     if (d->m_bWalletOpened) {
@@ -6665,8 +6669,4 @@ void KHTMLPart::saveToWallet(const QStri
   }
 
-  if (onlyLocalReferences()) { // avoid triggering on local apps, thumbnails
-    return;
-  }
-
   if (d->m_wallet) {
     if (d->m_bWalletOpened) {


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

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