diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2008-07-18 04:19:43 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-12 00:06:30 +0800 |
commit | 294a19437a0ac22d5853dd1ec0934042fcd86360 (patch) | |
tree | 8237f21a613315e7c3275e36255eafc49e94789b /data | |
parent | afbb47911c8b0e82bb05fdb826fc056d9da10555 (diff) | |
download | gsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.tar gsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.tar.gz gsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.tar.bz2 gsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.tar.lz gsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.tar.xz gsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.tar.zst gsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.zip |
Add UI in the preference dialog to select the path to adium theme
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.schemas.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index 572eb8871..81ea5e864 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -304,6 +304,20 @@ </schema> <schema> + <key>/schemas/apps/empathy/conversation/adium_path</key> + <applyto>/apps/empathy/conversation/adium_path</applyto> + <owner>empathy</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>Path of the adium theme to use</short> + <long> + Path of the adium theme to use if the theme used for chat is adium. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/empathy/conversation/theme_chat_room</key> <applyto>/apps/empathy/conversation/theme_chat_room</applyto> <owner>empathy</owner> |