Comment 1 for bug 650908

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

Fixed in lp:unity-place-files revision 114:

------------------------------------------------------------
revno: 114
fixes bug(s): https://launchpad.net/bugs/650908
committer: Mikkel Kamstrup Erlandsen <email address hidden>
branch nick: MASTER
timestamp: Wed 2010-09-29 10:07:36 +0200
message:
  Fix bug #650908 "Files not sorted according to locale in folder browsing mode".

  We where only setting LC_MESSAGES and not LC_ALL in the setlocale() call in the beginning on main(). LC_ALL is required to also set LC_COLLATE to make the glib sorting routines do The Right Thing.
------------------------------------------------------------