diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2012-06-21 13:04:19 +1000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-02 10:03:23 +0200 |
commit | 4a3ff2e68eb3c17488f9a12587b7e9eb95a51645 (patch) | |
tree | 3a30446d3b51b2133210a0d51d6fde6ad60a960c /data | |
parent | 10fc10c0be71a31064298776b7d1abc412157dc8 (diff) |
Bring back 'theme' key
We need it for migrating the settings to Adium-only
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml index d9810feb..9b653ccc 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.</description> <summary>Show contact list in rooms</summary> <description>Whether to show the contact list in chat rooms.</description> </key> + <key name="theme" type="s"> + <default>'classic'</default> + <summary>Chat window theme</summary> + <description>The theme that is used to display the conversation in chat windows.</description> + </key> <key name="theme-variant" type="s"> <default>''</default> <summary>Chat window theme variant</summary> |