diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2011-05-03 17:27:21 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2011-06-07 23:34:19 +0800 |
commit | b708db960de0882d0e0db9610f5b5ad490581a65 (patch) | |
tree | f18566ee467296ed596ff87d8c36096159658f15 /data | |
parent | f2ee2965a27340b7701c36230eb8ef0e7ecc6e8f (diff) | |
download | gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.tar gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.tar.gz gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.tar.bz2 gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.tar.lz gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.tar.xz gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.tar.zst gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.zip |
Adium: Let user select theme variant in preferences
Fixes bug #585474
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in index 799cc7294..50b3005fa 100644 --- a/data/org.gnome.Empathy.gschema.xml.in +++ b/data/org.gnome.Empathy.gschema.xml.in @@ -183,6 +183,11 @@ present them to the user immediately.</_description> <_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> + <_description>The theme variant that is used to display the conversation in chat windows.</_description> + </key> <key name="adium-path" type="s"> <default>''</default> <_summary>Path of the Adium theme to use</_summary> |