summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2012-05-09 17:06:41 +1000
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2012-05-15 20:40:27 +1000
commitf0831e149c9ea3727793c0a412f2ca6e8f1b5bba (patch)
treef78a29a2f412d7162aea716d170bcdc664647aad /data
parentafdc41ecc17ec2f002ea39527353d528dd41b28b (diff)
downloadtelepathy-account-widgets-f0831e149c9ea3727793c0a412f2ca6e8f1b5bba.tar.gz
Mark the options for the sort-criterion enum
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.Empathy.gschema.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml
index 583eacab..e7d045e8 100644
--- a/data/org.gnome.Empathy.gschema.xml
+++ b/data/org.gnome.Empathy.gschema.xml
@@ -104,6 +104,10 @@ present them to the user immediately.</description>
<schema id="org.gnome.Empathy.contacts" path="/org/gnome/empathy/contacts/">
<key name="sort-criterium" type="s">
<default>'state'</default>
+ <choices>
+ <choice value='state'/>
+ <choice value='name'/>
+ </choices>
<summary>Contact list sort criterion</summary>
<description>Which criterion to use when sorting the contact list. Default is to sort by the contact's state with the value "state". A value of "name" will sort the contact list by name.</description>
</key>