diff options
author | Stefano Karapetsas <[email protected]> | 2013-06-26 11:53:46 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-06-26 11:53:46 +0200 |
commit | d92405a6604531f757de8b13acb43f5a49fe63c9 (patch) | |
tree | acb36d04725e777bbe1d17194cb805e549c06d56 /shell | |
parent | 700ab8de5c9498a3211688eeef93e3e2cded1900 (diff) | |
download | atril-d92405a6604531f757de8b13acb43f5a49fe63c9.tar.bz2 atril-d92405a6604531f757de8b13acb43f5a49fe63c9.tar.xz |
Use mate.Atril in SecretSchema
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ev-keyring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-keyring.c b/shell/ev-keyring.c index 884fde85..3a9cd4c1 100644 --- a/shell/ev-keyring.c +++ b/shell/ev-keyring.c @@ -28,7 +28,7 @@ #include <libsecret/secret.h> static const SecretSchema doc_password_schema = { - "org.gnome.Evince.Document", + "org.mate.Atril.Document", SECRET_SCHEMA_DONT_MATCH_NAME, { { "type", SECRET_SCHEMA_ATTRIBUTE_STRING }, |