diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-11 14:59:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-11 14:59:24 +0000 |
commit | 56ae169ecbc85ba64991edf1019bf15d1f963a11 (patch) | |
tree | 0e8e79135824b1fe786df49286885e7045c6c807 /plugins/SeenPlugin | |
parent | 22ec745cade30ac40cb3ff41f8720826fafd784c (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.cpp | 2 |
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);
|