- Added support for ADD/MODIFY/DELETE functionalities for Keyring and

Kwallet stores in A-Dlib.
.....................................................................
This commit is contained in:
smanojna
2006-01-06 11:57:25 +00:00
parent b8aedf332e
commit f610a50037
12 changed files with 231 additions and 204 deletions

View File

@@ -47,7 +47,7 @@ using namespace KWallet;
// Read the secret from the entry
QByteArray value;
printf("kwallet: Read Key entered\n");
//printf("kwallet: Read Key entered\n");
if (wallet->readEntry(key, value)==0)
{
@@ -103,13 +103,13 @@ using namespace KWallet;
} else
{
printf("Could not read the entry..inner IF\n");
//printf("Could not read the entry..inner IF\n");
return -1;
}
} else
{
printf("Could not read the entry Inside wallet->readkey\n");
//printf("Could not read the entry Inside wallet->readkey\n");
return -1;
}