From 14647b20775d365cff82808eeca6f8a547c60e20 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 21 Dec 2016 22:53:28 +0300 Subject: fixes #656 (Some icons disappear) --- plugins/TabSRMM/src/msglog.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/TabSRMM/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp index 1b452bedae..59cdf61d28 100644 --- a/plugins/TabSRMM/src/msglog.cpp +++ b/plugins/TabSRMM/src/msglog.cpp @@ -182,9 +182,6 @@ void FreeLogFonts() void TSAPI CacheMsgLogIcons() { - for (int i = 0; i < _countof(Logicons); i++) - DestroyIcon(Logicons[i]); - Logicons[0] = Skin_LoadIcon(SKINICON_EVENT_MESSAGE); Logicons[1] = Skin_LoadIcon(SKINICON_EVENT_URL); Logicons[2] = Skin_LoadIcon(SKINICON_EVENT_FILE); -- cgit v1.2.3