From 2d72679026f5f39eeffa10e474bcf151ca2002db Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Mon, 13 May 2013 14:58:05 +0100 Subject: [PATCH] =?utf8?q?keyring:=20explain=20why=20the=20schema=20name?= =?utf8?q?=20still=20contains=20=E2=80=9CEmpathy=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- tp-account-widgets/tpaw-keyring.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tp-account-widgets/tpaw-keyring.c b/tp-account-widgets/tpaw-keyring.c index cc7eb25f..827f2ca6 100644 --- a/tp-account-widgets/tpaw-keyring.c +++ b/tp-account-widgets/tpaw-keyring.c @@ -37,6 +37,8 @@ #define DEBUG_FLAG EMPATHY_DEBUG_OTHER #include "empathy-debug.h" +/* We cannot change the schema name for compatibility, so it's still + * referring to Empathy */ static const SecretSchema account_keyring_schema = { "org.gnome.Empathy.Account", SECRET_SCHEMA_DONT_MATCH_NAME, { { "account-id", SECRET_SCHEMA_ATTRIBUTE_STRING }, -- 2.39.2