From e6e8ad42a6a217c7124a71e568a343087e26440f Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 8 Jan 2017 19:22:47 +0100 Subject: Fontviewer: font-model, use g_utf8_collation_key to sort the model So that we get the right sort order according to the current locale. Store the collation key in the model to avoid a performance hit. Taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=d6a5278 --- font-viewer/font-model.h | 1 + 1 file changed, 1 insertion(+) (limited to 'font-viewer/font-model.h') diff --git a/font-viewer/font-model.h b/font-viewer/font-model.h index 10d7f8b0..f4ae79aa 100644 --- a/font-viewer/font-model.h +++ b/font-viewer/font-model.h @@ -35,6 +35,7 @@ typedef enum { COLUMN_POINTER, COLUMN_PATH, COLUMN_ICON, + COLUMN_COLLATION_KEY, NUM_COLUMNS } FontViewModelColumns; -- cgit v1.2.1