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/SecureIM/src | |
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/SecureIM/src')
-rw-r--r-- | plugins/SecureIM/src/crypt_lists.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/crypt_lists.cpp b/plugins/SecureIM/src/crypt_lists.cpp index 3c3a5808e9..c8727ed04a 100644 --- a/plugins/SecureIM/src/crypt_lists.cpp +++ b/plugins/SecureIM/src/crypt_lists.cpp @@ -1,7 +1,7 @@ #include "commonheaders.h"
LIST<SupPro> arProto(10, LIST<SupPro>::FTSortFunc(HandleKeySortT));
-LIST<UinKey> arClist(100, LIST<UinKey>::FTSortFunc(HandleKeySortT));
+LIST<UinKey> arClist(100, LIST<UinKey>::FTSortFunc(NumericKeySortT));
void loadSupportedProtocols()
{
|