diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-21 22:53:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-21 22:53:28 +0300 |
commit | 14647b20775d365cff82808eeca6f8a547c60e20 (patch) | |
tree | a62bc715c04c010201fcd50c4ac6dd697a23364e | |
parent | 3d7fd141a6fdbc7bc1ed8e693b815f9b98de7d04 (diff) |
fixes #656 (Some icons disappear)
-rw-r--r-- | plugins/TabSRMM/src/msglog.cpp | 3 |
1 files changed, 0 insertions, 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);
|