diff options
author | chantra <chantra@debuntu.org> | 2009-12-17 00:20:36 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-17 00:22:01 +0800 |
commit | fbaeb693027d63d94488702635630644971dfc2f (patch) | |
tree | 9b58024f0089129e197824550b68ee1f30fbea05 /data/empathy.schemas.in | |
parent | d6152461b68592397130f5df2dd285b5651eb460 (diff) | |
download | gsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.tar gsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.tar.gz gsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.tar.bz2 gsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.tar.lz gsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.tar.xz gsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.tar.zst gsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.zip |
contact_list: displays an icon showing the protocol by the contact (#603877)
Diffstat (limited to 'data/empathy.schemas.in')
-rw-r--r-- | data/empathy.schemas.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index faba263a5..11b5652af 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -47,6 +47,21 @@ </schema> <schema> + <key>/schemas/apps/empathy/ui/show_protocols</key> + <applyto>/apps/empathy/ui/show_protocols</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Show protocols</short> + <long> + Whether or not to show protocols for contacts in the contact + list. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/empathy/ui/compact_contact_list</key> <applyto>/apps/empathy/ui/compact_contact_list</applyto> <owner>empathy</owner> |