GNOME Bugzilla – Bug 686407
gkr: Fix problem where keyring items overwrite one another
Last modified: 2013-03-04 19:48:37 UTC
Fix regression for storing secrets where they overwrite one another.
Created attachment 226769 [details] [review] gkr: Fix problem where keyring items overwrite one another Regression since the migration to libsecret. Items stored manually by choosing 'Stored Password' overwrite one another. Don't use secret_service_store() as it uses the SECRET_ITEM_CREATE_REOPLACE flag.
Patch applied earlier.