summaryrefslogtreecommitdiff
path: root/src/org.gnome.Contacts.gschema.xml
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-02-05 21:54:32 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2018-02-05 21:58:37 +0100
commitb3ad2643092ba8679b18cf1e623541f4a574e56a (patch)
tree54683f28d44ae1e502f79c26c69d16a00bb0bbd6 /src/org.gnome.Contacts.gschema.xml
parent83af90f9c0bc6f685d49d859c1ec717fc34894cc (diff)
downloadgnome-contacts-b3ad2643092ba8679b18cf1e623541f4a574e56a.tar.gz
Allow sorting by first name or surname.
Fixes #54.
Diffstat (limited to 'src/org.gnome.Contacts.gschema.xml')
-rw-r--r--src/org.gnome.Contacts.gschema.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/org.gnome.Contacts.gschema.xml b/src/org.gnome.Contacts.gschema.xml
index 568e6ce..98d2f4e 100644
--- a/src/org.gnome.Contacts.gschema.xml
+++ b/src/org.gnome.Contacts.gschema.xml
@@ -5,5 +5,13 @@
<summary>First-time setup done.</summary>
<description>Set to true after the user has run the first-time setup wizard.</description>
</key>
+ <key name="sort-on-surname" type="b">
+ <default>false</default>
+ <summary>Sort contacts on surname.</summary>
+ <description>
+ If this is set to true, the list of contacts will be sorted on their surnames.
+ Otherwise, it will be sorted on the first names of the contacts.
+ </description>
+ </key>
</schema>
</schemalist>