diff options
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> |