diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-02 18:58:56 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-02 19:00:56 +0800 |
commit | 9b222761cc9995a09f37b7537a12e4955b586323 (patch) | |
tree | db1925d6d43a85bcb9bb49c1626a0237c46525a2 /data | |
parent | 5e112661cca767870225936428515a82b2f6f82c (diff) | |
download | gsoc2013-empathy-9b222761cc9995a09f37b7537a12e4955b586323.tar gsoc2013-empathy-9b222761cc9995a09f37b7537a12e4955b586323.tar.gz gsoc2013-empathy-9b222761cc9995a09f37b7537a12e4955b586323.tar.bz2 gsoc2013-empathy-9b222761cc9995a09f37b7537a12e4955b586323.tar.lz gsoc2013-empathy-9b222761cc9995a09f37b7537a12e4955b586323.tar.xz gsoc2013-empathy-9b222761cc9995a09f37b7537a12e4955b586323.tar.zst gsoc2013-empathy-9b222761cc9995a09f37b7537a12e4955b586323.zip |
Store the theme name in the 'theme' gsettings key
The 'adium-path' key is now deprecated as we lookup the theme path from its
name.
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml index 9b653ccc6..393e93322 100644 --- a/data/org.gnome.Empathy.gschema.xml +++ b/data/org.gnome.Empathy.gschema.xml @@ -183,7 +183,7 @@ present them to the user immediately.</description> <key name="adium-path" type="s"> <default>''</default> <summary>Path of the Adium theme to use</summary> - <description>Path of the Adium theme to use if the theme used for chat is Adium.</description> + <description>Path of the Adium theme to use if the theme used for chat is Adium. Deprecated.</description> </key> <key name="enable-webkit-developer-tools" type="b"> <default>false</default> |