Codebase list empathy / 4a3ff2e
Bring back 'theme' key We need it for migrating the settings to Adium-only Danielle Madeley authored 11 years ago Guillaume Desmottes committed 11 years ago
2 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
169169 <summary>Show contact list in rooms</summary>
170170 <description>Whether to show the contact list in chat rooms.</description>
171171 </key>
172 <key name="theme" type="s">
173 <default>'classic'</default>
174 <summary>Chat window theme</summary>
175 <description>The theme that is used to display the conversation in chat windows.</description>
176 </key>
172177 <key name="theme-variant" type="s">
173178 <default>''</default>
174179 <summary>Chat window theme variant</summary>
5757 #define EMPATHY_PREFS_CHAT_SCHEMA EMPATHY_PREFS_SCHEMA ".conversation"
5858 #define EMPATHY_PREFS_CHAT_SHOW_SMILEYS "graphical-smileys"
5959 #define EMPATHY_PREFS_CHAT_SHOW_CONTACTS_IN_ROOMS "show-contacts-in-rooms"
60 #define EMPATHY_PREFS_CHAT_THEME "theme"
6061 #define EMPATHY_PREFS_CHAT_THEME_VARIANT "theme-variant"
6162 #define EMPATHY_PREFS_CHAT_ADIUM_PATH "adium-path"
6263 #define EMPATHY_PREFS_CHAT_SPELL_CHECKER_LANGUAGES "spell-checker-languages"