aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-07-08 18:58:19 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-07-08 18:58:19 +0800
commitb09d614f327b2eb13d2cbb8a39df9c1b5f7310d9 (patch)
treea43b8ce20948715487476326ca4be6e75bf4c764 /data
parent93978582b8a48175d4721b3d8fddce0d6d55b4fc (diff)
downloadgsoc2013-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')
-rw-r--r--data/empathy.schemas.in14
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>