diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-06-11 14:36:09 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-06-18 09:35:16 +0800 |
commit | c563c362a275d985a2d51c218ce0aca7ad3248f0 (patch) | |
tree | 9baeb38f4524d85f0815c6cbd504e107b967f6f2 /libempathy | |
parent | 4b4d14729fd0b03b72fd8b02047e0e97a4f79042 (diff) | |
download | gsoc2013-empathy-c563c362a275d985a2d51c218ce0aca7ad3248f0.tar gsoc2013-empathy-c563c362a275d985a2d51c218ce0aca7ad3248f0.tar.gz gsoc2013-empathy-c563c362a275d985a2d51c218ce0aca7ad3248f0.tar.bz2 gsoc2013-empathy-c563c362a275d985a2d51c218ce0aca7ad3248f0.tar.lz gsoc2013-empathy-c563c362a275d985a2d51c218ce0aca7ad3248f0.tar.xz gsoc2013-empathy-c563c362a275d985a2d51c218ce0aca7ad3248f0.tar.zst gsoc2013-empathy-c563c362a275d985a2d51c218ce0aca7ad3248f0.zip |
Port empathy-import-mc4-accounts imported setting to GSettings
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-gsettings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-gsettings.h b/libempathy/empathy-gsettings.h index 1aef1e353..eb5074f03 100644 --- a/libempathy/empathy-gsettings.h +++ b/libempathy/empathy-gsettings.h @@ -86,6 +86,9 @@ G_BEGIN_DECLS #define EMPATHY_PREFS_LOCATION_RESOURCE_GPS "resource-gps" #define EMPATHY_PREFS_LOCATION_REDUCE_ACCURACY "reduce-accuracy" +#define EMPATHY_PREFS_ACCOUNTS_SCHEMA EMPATHY_PREFS_SCHEMA ".accounts" +#define EMPATHY_PREFS_ACCOUNTS_IMPORTED_MC4_ACCOUNTS "imported-mc4-accounts" + G_END_DECLS #endif /* __EMPATHY_GSETTINGS_H__ */ |