summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_clcidents.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-06-01 11:02:25 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-06-01 11:02:25 +0000
commitfd23c78f121f3f1d07d97d657c617b46b25c614f (patch)
tree6fc12a82ed0e537228e6c712d0c571afcdf10e1c /plugins/Clist_modern/src/modern_clcidents.cpp
parentea68d4474bb7329a5e59e0388b88155b96f31f7c (diff)
- finally clist_modern's own rebuild all function got wiped out;
- massive removal of duplicate code; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16894 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clcidents.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_clcidents.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clcidents.cpp b/plugins/Clist_modern/src/modern_clcidents.cpp
index 8cb539e218..f1d7a96ce8 100644
--- a/plugins/Clist_modern/src/modern_clcidents.cpp
+++ b/plugins/Clist_modern/src/modern_clcidents.cpp
@@ -183,7 +183,7 @@ int cliGetRowByIndex(ClcData *dat, int testindex, ClcContact **contact, ClcGroup
if (cc->type == CLCIT_CONTACT)
if (cc->iSubAllocated)
- if (cc->bSubExpanded && dat->expandMeta) {
+ if (cc->bSubExpanded && dat->bMetaExpanding) {
for (i = 0; i < cc->iSubAllocated; i++) {
index++;
if (testindex == index) {