[Knode-devel] [Bug 70425] KNode doesn't save passwords in KWallet correctly

Volker Krause volker.krause at rwth-aachen.de
Wed Dec 17 23:03:07 CET 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=70425     
volker.krause at rwth-aachen.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From volker.krause at rwth-aachen.de  2003-12-17 23:03 -------
Subject: kdelibs/kwallet/client

CVS commit by vkrause: 

Fix a typo in folderDoesNotExist() causing it to always return true.

Fixes #70425.

CCMAIL: 70425-done at bugs.kde.org


  M +1 -1      kwallet.cc   1.41


--- kdelibs/kwallet/client/kwallet.cc  #1.40:1.41
@@ -618,5 +618,5 @@ void Wallet::walletOpenResult(int id) {
 
 bool Wallet::folderDoesNotExist(const QString& wallet, const QString& folder) {
-DCOPReply r = DCOPRef("kded", "kwalletd").call("fodlerDoesNotExist", wallet, folder);
+DCOPReply r = DCOPRef("kded", "kwalletd").call("folderDoesNotExist", wallet, folder);
 bool rc = true;
         if (r.isValid()) {


More information about the Knode-devel mailing list