aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-13 21:58:05 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:05 +0800
commit2d72679026f5f39eeffa10e474bcf151ca2002db (patch)
tree1e362c10bc3a5e547236e425282185a912e92b15
parent2d543808216afa7bd287ec78fa69a16f576652a3 (diff)
downloadgsoc2013-empathy-2d72679026f5f39eeffa10e474bcf151ca2002db.tar
gsoc2013-empathy-2d72679026f5f39eeffa10e474bcf151ca2002db.tar.gz
gsoc2013-empathy-2d72679026f5f39eeffa10e474bcf151ca2002db.tar.bz2
gsoc2013-empathy-2d72679026f5f39eeffa10e474bcf151ca2002db.tar.lz
gsoc2013-empathy-2d72679026f5f39eeffa10e474bcf151ca2002db.tar.xz
gsoc2013-empathy-2d72679026f5f39eeffa10e474bcf151ca2002db.tar.zst
gsoc2013-empathy-2d72679026f5f39eeffa10e474bcf151ca2002db.zip
keyring: explain why the schema name still contains “Empathy”
https://bugzilla.gnome.org/show_bug.cgi?id=699492
-rw-r--r--tp-account-widgets/tpaw-keyring.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tp-account-widgets/tpaw-keyring.c b/tp-account-widgets/tpaw-keyring.c
index cc7eb25fc..827f2ca6c 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 },