summaryrefslogtreecommitdiff
path: root/shell/ev-keyring.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-keyring.c')
-rw-r--r--shell/ev-keyring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-keyring.c b/shell/ev-keyring.c
index 3a9cd4c1..c4670d63 100644
--- a/shell/ev-keyring.c
+++ b/shell/ev-keyring.c
@@ -85,7 +85,7 @@ ev_keyring_save_password (const gchar *uri,
unescaped_uri = g_uri_unescape_string (uri, NULL);
name = g_strdup_printf (_("Password for document %s"), unescaped_uri);
g_free (unescaped_uri);
-
+
retval = secret_password_store_sync (EV_DOCUMENT_PASSWORD_SCHEMA, keyring,
name, password, NULL, NULL,
"type", "document_password",