diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-11-03 14:36:41 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-11-03 14:36:41 +0000 |
commit | 8e334c51bafae73d9cf3de9a0412c7a440913eb4 (patch) | |
tree | b80ece27abeb65aa012aadcce37bdd4c29fe4d92 /plugins/MirandaG15/src/CContactList.cpp | |
parent | c1cb2e8f9b15913b0dd55af2995852da7593cb44 (diff) |
MirandaG15 now works correctly (thanks to Intri for patch) and cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@6753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15/src/CContactList.cpp')
-rw-r--r-- | plugins/MirandaG15/src/CContactList.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MirandaG15/src/CContactList.cpp b/plugins/MirandaG15/src/CContactList.cpp index c2ba33e529..280c9e66bc 100644 --- a/plugins/MirandaG15/src/CContactList.cpp +++ b/plugins/MirandaG15/src/CContactList.cpp @@ -535,6 +535,8 @@ bool CContactList::CompareEntries(CListEntry<CContactListEntry*,CContactListGrou else
return _tcsicmp(pGroup1->strName.c_str(),pGroup2->strName.c_str())<0;
}
+
+ return false;
}
//************************************************************************
|