Fix bug 2917164.
authorLaurent Monin <geeqie@norz.org>
Sat, 19 Dec 2009 12:53:20 +0000 (12:53 +0000)
committerLaurent Monin <geeqie@norz.org>
Sat, 19 Dec 2009 12:53:20 +0000 (12:53 +0000)
commitbd34c324c92456f5182579d6922d7aba664f93c3
treee00d4356a35703005fb4ec8f9adccc79078c3edb
parent99766f9e671fc24106db4104fa468192686e5629
Fix bug 2917164.
g_utf8_collate_key_for_filename() don't give sort order one
may expect. Using g_utf8_collate_key() make things closer
to many other programs output (ie. ls and gqview).

Thanks to Michael pointing this out.
src/filedata.c