]> git.0d.be Git - empathy.git/commitdiff
Mark the options for the sort-criterion enum
authorDanielle Madeley <danielle.madeley@collabora.co.uk>
Wed, 9 May 2012 07:06:41 +0000 (17:06 +1000)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Tue, 15 May 2012 10:40:27 +0000 (20:40 +1000)
data/org.gnome.Empathy.gschema.xml

index 583eacab11d2190ae3d0abcfa169b20e971fbd20..e7d045e8558a8d007fb2305283f3dab0354e48ca 100644 (file)
@@ -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>