summaryrefslogtreecommitdiff
path: root/plugins/SeenPlugin
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-02-11 14:59:24 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-02-11 14:59:24 +0000
commit56ae169ecbc85ba64991edf1019bf15d1f963a11 (patch)
tree0e8e79135824b1fe786df49286885e7045c6c807 /plugins/SeenPlugin
parent22ec745cade30ac40cb3ff41f8720826fafd784c (diff)
more sorting issues
git-svn-id: http://svn.miranda-ng.org/main/trunk@8097 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SeenPlugin')
-rw-r--r--plugins/SeenPlugin/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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<logthread_info> arContacts(16, HandleKeySortT);
+LIST<logthread_info> arContacts(16, NumericKeySortT);
CRITICAL_SECTION csContacts;
void UninitHistoryDialog(void);