From 56ae169ecbc85ba64991edf1019bf15d1f963a11 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 11 Feb 2014 14:59:24 +0000 Subject: more sorting issues git-svn-id: http://svn.miranda-ng.org/main/trunk@8097 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SeenPlugin/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SeenPlugin/src/main.cpp') diff --git a/plugins/SeenPlugin/src/main.cpp b/plugins/SeenPlugin/src/main.cpp index 0fc5128622..c1d07fb08f 100644 --- a/plugins/SeenPlugin/src/main.cpp +++ b/plugins/SeenPlugin/src/main.cpp @@ -47,7 +47,7 @@ DBVTranslation idleTr[TRANSNUMBER]={ }; BOOL includeIdle; -LIST arContacts(16, HandleKeySortT); +LIST arContacts(16, NumericKeySortT); CRITICAL_SECTION csContacts; void UninitHistoryDialog(void); -- cgit v1.2.3