GNOME Bugzilla – Bug 668663
The default value of "sort-criterium" is NOT consistent with the description.
Last modified: 2012-01-25 15:11:01 UTC
The default value of the "sort-criterium" gschema key and the description are not consistent with each other. 'state' is set as the default value. But the description says default is 'name'. data/org.gnome.Empathy.gschema.xml.in: <schema id="org.gnome.Empathy.contacts" path="/org/gnome/empathy/contacts/"> <key name="sort-criterium" type="s"> <default>'state'</default> <_summary>Contact list sort criterion</_summary> <_description>Which criterion to use when sorting the contact list. Default is to sort by the contact's name with the value "name". A value of "state" will sort the contact list by state.</_description> </key> </schema>
Good catch, thanks!
Created attachment 206093 [details] [review] org.gnome.Empathy.gschema.xml.in: fix sort-criterium's description
Attachment 206093 [details] pushed as aebe893 - org.gnome.Empathy.gschema.xml.in: fix sort-criterium's description