summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mir_app/src/clistmod.cpp2
1 files changed, 1 insertions, 1 deletions
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