aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2012-05-09 15:06:41 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2012-05-15 18:40:27 +0800
commitf0831e149c9ea3727793c0a412f2ca6e8f1b5bba (patch)
treef78a29a2f412d7162aea716d170bcdc664647aad /data
parentafdc41ecc17ec2f002ea39527353d528dd41b28b (diff)
downloadgsoc2013-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.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 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>