diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-31 12:24:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-31 12:24:58 +0300 |
commit | 8bd59593912495db8b41f885c1c9c8c5687e4156 (patch) | |
tree | 58cff42775b59a620261b62bb91f82f130e0e782 /plugins/TabSRMM/src/globals.cpp | |
parent | d70004f376a18f4c44ff47d423f0715a050002fd (diff) |
fixes #1397 (StdMsg: dynamic loading breaks meta menu)
Diffstat (limited to 'plugins/TabSRMM/src/globals.cpp')
-rw-r--r-- | plugins/TabSRMM/src/globals.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/globals.cpp b/plugins/TabSRMM/src/globals.cpp index bdc5bdc3ec..544fc9cc98 100644 --- a/plugins/TabSRMM/src/globals.cpp +++ b/plugins/TabSRMM/src/globals.cpp @@ -454,7 +454,6 @@ int CGlobals::PreshutdownSendRecv(WPARAM, LPARAM) for (auto &hContact : Contacts())
db_set_dw(hContact, SRMSGMOD_T, "messagecount", 0);
- ::SI_DeinitStatusIcons();
::NEN_WriteOptions(&nen_options);
::DestroyWindow(PluginConfig.g_hwndHotkeyHandler);
|