- Bug 146015: A CASAkeyring is created to add secrets to the

Gnome Keyring through CASAManger - FIXED.
This commit is contained in:
smanojna
2006-02-16 12:14:15 +00:00
parent 450fbaaa5c
commit a61aa03e58
4 changed files with 10 additions and 4 deletions

View File

@@ -752,7 +752,7 @@ public class GnomeKeyring : Store
NativeValues[Common.INDEX_NATIVEINFO_SYNCTYPE] = null;
NativeValues[Common.INDEX_NATIVEINFO_MODIFIEDTIME] = null;
iterSecret = tsSecretIDGnomeKeyring.AppendValues(entrySecretID.Text, Keys, Values, "CASAkeyring", NativeKeys, NativeValues);
iterSecret = tsSecretIDGnomeKeyring.AppendValues(entrySecretID.Text, Keys, Values, "default", NativeKeys, NativeValues);
modelSecret = tvSecretIDGnomeKeyring.Model;
if( Common.STATUS_SUCCESS == StoreDataInterface.UpdateStore(Common.STORE_GNOMEKEYRING, Common.OPERATION_ADD_SECRET, "", "", ref modelSecret, ref iterSecret) )