diff src/typedefs.h @ 785:548b193c084c

Use uft8_collate_key() to sort utf8 strings. Modify file_data_set_path() to sync collate keys and file_data_pool on path change. Partially fix bug 1959854.
author zas_
date Thu, 05 Jun 2008 08:41:02 +0000
parents d6a7fb4b8e7c
children 6d65167764ea
line wrap: on
line diff
--- a/src/typedefs.h	Wed Jun 04 21:12:47 2008 +0000
+++ b/src/typedefs.h	Thu Jun 05 08:41:02 2008 +0000
@@ -425,6 +425,8 @@
 	gchar *path;
 	const gchar *name;
 	const gchar *extension;
+	gchar *collate_key_name;
+	gchar *collate_key_name_nocase;
 	gint64 size;
 	time_t date;
 	gboolean marks[FILEDATA_MARKS_SIZE];