After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 668663 - The default value of "sort-criterium" is NOT consistent with the description.
The default value of "sort-criterium" is NOT consistent with the description.
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
3.3.x
Other All
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-01-25 13:26 UTC by Jiro Matsuzawa
Modified: 2012-01-25 15:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
org.gnome.Empathy.gschema.xml.in: fix sort-criterium's description (1.33 KB, patch)
2012-01-25 14:48 UTC, Guillaume Desmottes
committed Details | Review

Description Jiro Matsuzawa 2012-01-25 13:26:19 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>
Comment 1 Guillaume Desmottes 2012-01-25 14:48:08 UTC
Good catch, thanks!
Comment 2 Guillaume Desmottes 2012-01-25 14:48:54 UTC
Created attachment 206093 [details] [review]
org.gnome.Empathy.gschema.xml.in: fix sort-criterium's description
Comment 3 Guillaume Desmottes 2012-01-25 15:10:13 UTC
Attachment 206093 [details] pushed as aebe893 - org.gnome.Empathy.gschema.xml.in: fix sort-criterium's description