diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2012-06-20 17:42:22 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-02 16:03:22 +0800 |
commit | c7d5d6d78773d9e7cd933b326e7566a072b655d9 (patch) | |
tree | 614a669626748b84fcda4c48c7aea54f3299454d /data | |
parent | 7f6f5faf1a3ac7109b690d33555c54db05a692fe (diff) | |
download | gsoc2013-empathy-c7d5d6d78773d9e7cd933b326e7566a072b655d9.tar gsoc2013-empathy-c7d5d6d78773d9e7cd933b326e7566a072b655d9.tar.gz gsoc2013-empathy-c7d5d6d78773d9e7cd933b326e7566a072b655d9.tar.bz2 gsoc2013-empathy-c7d5d6d78773d9e7cd933b326e7566a072b655d9.tar.lz gsoc2013-empathy-c7d5d6d78773d9e7cd933b326e7566a072b655d9.tar.xz gsoc2013-empathy-c7d5d6d78773d9e7cd933b326e7566a072b655d9.tar.zst gsoc2013-empathy-c7d5d6d78773d9e7cd933b326e7566a072b655d9.zip |
Remove legacy themes code
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml index 9b653ccc6..d9810feb9 100644 --- a/data/org.gnome.Empathy.gschema.xml +++ b/data/org.gnome.Empathy.gschema.xml @@ -170,11 +170,6 @@ 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> |