From f71ba68ef30c799b3311a5079c6f5bea199bb7a6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 26 Jan 2018 22:43:47 +0300 Subject: blurp... wrong array --- src/mir_app/src/clistmod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mir_app/src/clistmod.cpp b/src/mir_app/src/clistmod.cpp index 2f4c7876a4..95a9745aed 100644 --- a/src/mir_app/src/clistmod.cpp +++ b/src/mir_app/src/clistmod.cpp @@ -435,7 +435,7 @@ int LoadContactListModule2(void) ImageList_AddIcon_NotShared(hCListImages, MAKEINTRESOURCE(IDI_BLANK)); // now all core skin icons are loaded via icon lib. so lets release them - for (auto &it : statusModeList) + for (auto &it : skinIconStatusList) ImageList_AddIcon_IconLibLoaded(hCListImages, it); // see IMAGE_GROUP... in clist.h if you add more images above here -- cgit v1.2.3