diff options
author | George Hazan <george.hazan@gmail.com> | 2015-10-30 16:41:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-10-30 16:41:09 +0000 |
commit | 211967c3ae7d510f2e63aac7fe912d040ad1ebc3 (patch) | |
tree | a65d43fbe91878ecc3008da5996e6e43faee257b /plugins/Clist_modern/src/modern_clcitems.cpp | |
parent | e57ba22d8dd05efc14197c764daed53e61a59636 (diff) |
old unused code that belongs to StdClist moved from the core to plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@15652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clcitems.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clcitems.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_modern/src/modern_clcitems.cpp b/plugins/Clist_modern/src/modern_clcitems.cpp index e57e8d6a89..0d488cf780 100644 --- a/plugins/Clist_modern/src/modern_clcitems.cpp +++ b/plugins/Clist_modern/src/modern_clcitems.cpp @@ -333,6 +333,7 @@ void cliRebuildEntireList(HWND hwnd, ClcData *dat) BOOL PlaceOfflineToRoot = db_get_b(NULL, "CList", "PlaceOfflineToRoot", SETTING_PLACEOFFLINETOROOT_DEFAULT); KillTimer(hwnd, TIMERID_REBUILDAFTER); + pcli->bAutoRebuild = false;
ClearRowByIndexCache(); ImageArray_Clear(&dat->avatar_cache); |