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 697786 - sort file list case-insensitively
sort file list case-insensitively
Status: RESOLVED FIXED
Product: gnome-system-log
Classification: Core
Component: general
git master
Other Linux
: Normal minor
: ---
Assigned To: gnome-system-log-maint
gnome-system-log-maint
Depends on:
Blocks:
 
 
Reported: 2013-04-11 12:37 UTC by Adam Dingle
Modified: 2013-04-11 18:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adam Dingle 2013-04-11 12:37:48 UTC
gnome-system-log currently sorts log files in the left column in a case-sensitive way, e.g. Xorg.0.log appears before auth.log.  We should sort case-insensitively, both for consistency with Nautilus and because it's probably clearer.
Comment 1 Cosimo Cecchi 2013-04-11 18:21:24 UTC
Thanks for the report, I pushed a fix for this to git master now.