Revision: 1881
http://geeqie.svn.sourceforge.net/geeqie/?rev=1881&view=rev
Author: zas_
Date: 2009-12-19 12:53:20 +0000 (Sat, 19 Dec 2009)
Log Message:
-----------
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.
Modified Paths:
--------------
trunk/src/filedata.c
Modified: trunk/src/filedata.c
===================================================================
--- trunk/src/filedata.c 2009-12-19 12:49:19 UTC (rev 1880)
+++ trunk/src/filedata.c 2009-12-19 12:53:20 UTC (rev 1881)
@@ -230,7 +230,7 @@
g_free(fd->collate_key_name);
g_free(fd->collate_key_name_nocase);
-#if GLIB_CHECK_VERSION(2, 8, 0)
+#if 0 && GLIB_CHECK_VERSION(2, 8, 0)
fd->collate_key_name = g_utf8_collate_key_for_filename(fd->name, -1);
fd->collate_key_name_nocase =
g_utf8_collate_key_for_filename(caseless_name, -1);
#else
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn