This commit is contained in:
smanojna
2006-03-08 05:07:52 +00:00
parent 9c4ea3868b
commit a51695b6f0
4 changed files with 11 additions and 9 deletions

View File

@@ -800,7 +800,7 @@ namespace Novell.CASA.GUI {
XmlNode lastChild = SecretNode.LastChild; //Get The newly added secret
if(lastChild!=null)
{
Console.WriteLine("EXECUTING OPERATION_ADD_SECRET:Adding"+ccfSecretPath);//FIXME:Remove this line
//Console.WriteLine("EXECUTING OPERATION_ADD_SECRET:Adding"+ccfSecretPath);//FIXME:Remove this line
ad.SetSecret(lastChild,operation,storeIDentifier); //and set it
}
}//STORE_KDEWALLET