GNOME Bugzilla – Bug 310495
sorting tasks based on summary first sorts based on upper-case and then on lower-case
Last modified: 2013-09-13 00:51:18 UTC
Version details: 2.3.5 Distribution/Version: SuSE 9.3 Create a few tasks with summary for some starting with upper case and for others starting with lower case. For eg: let the summary be Move, copy and Delete. Now sorting based on summary results in Delete Move copy When it should be: copy Delete Move
Same happens when sorted by Categories.
Created attachment 53271 [details] [review] Do a string case compare.
Above is the proposed patch. (Didn't add a comment to it)
Patch commited by Sankar.
*** Bug 335458 has been marked as a duplicate of this bug. ***