GNOME Bugzilla – Bug 759877
Task list is sorted case sensitive
Last modified: 2016-02-12 04:10:45 UTC
Let the tasks be sorted without considering the case of the text.
I want to try it out as and will be my first patch
Created attachment 320927 [details] [review] Don't use case when sorting by task title Fixed scheduled panel and task sorting functions to be case insentive, using g_utf8_casefold API.
Comment on attachment 320927 [details] [review] Don't use case when sorting by task title Attachment 320927 [details] pushed as e5047ec - Don't use case when sorting by task title
Created attachment 320930 [details] [review] list-selectors: ignore case folding when sorting Also sort tasklists correctly.
Attachment 320930 [details] pushed as b0fa735 - list-selectors: ignore case folding when sorting