diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-07-08 18:58:19 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-08 18:58:19 +0800 |
commit | b09d614f327b2eb13d2cbb8a39df9c1b5f7310d9 (patch) | |
tree | a43b8ce20948715487476326ca4be6e75bf4c764 /data/empathy.schemas.in | |
parent | 93978582b8a48175d4721b3d8fddce0d6d55b4fc (diff) | |
download | gsoc2013-empathy-b09d614f327b2eb13d2cbb8a39df9c1b5f7310d9.tar gsoc2013-empathy-b09d614f327b2eb13d2cbb8a39df9c1b5f7310d9.tar.gz gsoc2013-empathy-b09d614f327b2eb13d2cbb8a39df9c1b5f7310d9.tar.bz2 gsoc2013-empathy-b09d614f327b2eb13d2cbb8a39df9c1b5f7310d9.tar.lz gsoc2013-empathy-b09d614f327b2eb13d2cbb8a39df9c1b5f7310d9.tar.xz gsoc2013-empathy-b09d614f327b2eb13d2cbb8a39df9c1b5f7310d9.tar.zst gsoc2013-empathy-b09d614f327b2eb13d2cbb8a39df9c1b5f7310d9.zip |
Added support for the chat window to show the avatar as the icon. Fixes bug #526892 (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1205
Diffstat (limited to 'data/empathy.schemas.in')
-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 1963de981..00cfdef9d 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -247,6 +247,20 @@ </schema> <schema> + <key>/schemas/apps/empathy/conversation/avatar_in_icon</key> + <applyto>/apps/empathy/conversation/avatar_in_icon</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Empathy should use the avatar of the contact as the chat window icon</short> + <long> + Whether or not Empathy should use the avatar of the contact as the chat window icon. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/empathy/hints/close_main_window</key> <applyto>/apps/empathy/hints/close_main_window</applyto> <owner>empathy</owner> |