diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2012-05-09 15:06:41 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2012-05-15 18:40:27 +0800 |
commit | f0831e149c9ea3727793c0a412f2ca6e8f1b5bba (patch) | |
tree | f78a29a2f412d7162aea716d170bcdc664647aad /data | |
parent | afdc41ecc17ec2f002ea39527353d528dd41b28b (diff) | |
download | gsoc2013-empathy-f0831e149c9ea3727793c0a412f2ca6e8f1b5bba.tar gsoc2013-empathy-f0831e149c9ea3727793c0a412f2ca6e8f1b5bba.tar.gz gsoc2013-empathy-f0831e149c9ea3727793c0a412f2ca6e8f1b5bba.tar.bz2 gsoc2013-empathy-f0831e149c9ea3727793c0a412f2ca6e8f1b5bba.tar.lz gsoc2013-empathy-f0831e149c9ea3727793c0a412f2ca6e8f1b5bba.tar.xz gsoc2013-empathy-f0831e149c9ea3727793c0a412f2ca6e8f1b5bba.tar.zst gsoc2013-empathy-f0831e149c9ea3727793c0a412f2ca6e8f1b5bba.zip |
Mark the options for the sort-criterion enum
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml index 583eacab1..e7d045e85 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> |