From 4a3ff2e68eb3c17488f9a12587b7e9eb95a51645 Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Thu, 21 Jun 2012 13:04:19 +1000 Subject: Bring back 'theme' key We need it for migrating the settings to Adium-only --- data/org.gnome.Empathy.gschema.xml | 5 +++++ libempathy/empathy-gsettings.h | 1 + 2 files changed, 6 insertions(+) diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml index d9810feb9..9b653ccc6 100644 --- a/data/org.gnome.Empathy.gschema.xml +++ b/data/org.gnome.Empathy.gschema.xml @@ -170,6 +170,11 @@ present them to the user immediately. Show contact list in rooms Whether to show the contact list in chat rooms. + + 'classic' + Chat window theme + The theme that is used to display the conversation in chat windows. + '' Chat window theme variant diff --git a/libempathy/empathy-gsettings.h b/libempathy/empathy-gsettings.h index 0b346ea7a..0a7a18c3e 100644 --- a/libempathy/empathy-gsettings.h +++ b/libempathy/empathy-gsettings.h @@ -58,6 +58,7 @@ G_BEGIN_DECLS #define EMPATHY_PREFS_CHAT_SCHEMA EMPATHY_PREFS_SCHEMA ".conversation" #define EMPATHY_PREFS_CHAT_SHOW_SMILEYS "graphical-smileys" #define EMPATHY_PREFS_CHAT_SHOW_CONTACTS_IN_ROOMS "show-contacts-in-rooms" +#define EMPATHY_PREFS_CHAT_THEME "theme" #define EMPATHY_PREFS_CHAT_THEME_VARIANT "theme-variant" #define EMPATHY_PREFS_CHAT_ADIUM_PATH "adium-path" #define EMPATHY_PREFS_CHAT_SPELL_CHECKER_LANGUAGES "spell-checker-languages" -- cgit v1.2.3