[empathy] keyring: explain why the schema name still cont ains “Empathy”



commit 2d72679026f5f39eeffa10e474bcf151ca2002db
Author: Marco Barisione <marco barisione collabora co uk>
Date:   Mon May 13 14:58:05 2013 +0100

    keyring: explain why the schema name still contains “Empathy”
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699492

 tp-account-widgets/tpaw-keyring.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tp-account-widgets/tpaw-keyring.c b/tp-account-widgets/tpaw-keyring.c
index cc7eb25..827f2ca 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 },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]