Re: [gtk-osx-users] Sorting in GtkFileChooser is broken
- From: Steffen Gutmann <muibase yahoo com>
- To: John Ralls <jralls ceridwen fremont ca us>
- Cc: "gtk-osx-users-list gnome org" <gtk-osx-users-list gnome org>
- Subject: Re: [gtk-osx-users] Sorting in GtkFileChooser is broken
- Date: Sat, 2 Mar 2013 12:33:25 -0800 (PST)
Hi John,
I just rebuilt unstable master (Gtk3) and the sorting problem has gone away, so
I guess it's been fixed. Since my Gtk2 test was also with the gtk-2-24 HEAD
a couple of days ago, I suspect that that's why it worked OK for me and not
you.
I looked a bit deeper into this and in gtkfilechooserdefault.c I replaced
g_value_take_string (value, g_utf8_collate_key_for_filename (g_file_info_get_display_name (info), -1));
by
g_value_take_string (value, g_utf8_collate_key (g_file_info_get_display_name (info), -1));
However, this also does not give a correct sorting of filenames.
Might the problem be in glib maybe?
I am using the stable gtkosx codeset with gtk+-2.24.13 and glib-2.34.1.
Steffen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]