diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-09 19:48:33 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-09 19:48:33 +0800 |
commit | beb301da43c57e64e781b7f5c69b2bc667f46b1d (patch) | |
tree | 32e373f5960cf673297b6162ccc039c25007e9aa /libempathy-gtk/empathy.schemas.in | |
parent | 6c4424425443b85e2bc14ee430fb8ec78521b074 (diff) | |
download | gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.tar gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.tar.gz gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.tar.bz2 gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.tar.lz gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.tar.xz gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.tar.zst gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.zip |
[darcs-to-svn @ sync with Gossip SVN 2323]
svn path=/trunk/; revision=38
Diffstat (limited to 'libempathy-gtk/empathy.schemas.in')
-rw-r--r-- | libempathy-gtk/empathy.schemas.in | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy.schemas.in b/libempathy-gtk/empathy.schemas.in index 243e6ce27..66de66d62 100644 --- a/libempathy-gtk/empathy.schemas.in +++ b/libempathy-gtk/empathy.schemas.in @@ -16,6 +16,22 @@ </schema> <schema> + <key>/schemas/apps/gossip/contacts/sort_criterium</key> + <applyto>/apps/gossip/contacts/sort_criterium</applyto> + <owner>gossip</owner> + <type>string</type> + <default>name</default> + <locale name="C"> + <short>Contact list sort criterium</short> + <long> + Which criterium to use when sorting the contact list. + Default is to use sort by the contact's name with the value + "name". A value of "state" will sort the contact list by state. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/empathy/ui/show_avatars</key> <applyto>/apps/empathy/ui/show_avatars</applyto> <owner>empathy</owner> @@ -25,7 +41,7 @@ <short>Show avatars</short> <long> Whether or not to show avatars for contacts in the contact - list and chat windows. + list and chat windows. </long> </locale> </schema> |