From 8a4d920ac00055a4ae15bafcce0e696abea9d6b1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 4 Aug 2014 20:19:21 +0000 Subject: - AvatarChanged finally destroyed; - info panel's size calculation moved to WM_SIZE handler; - many drawing glitches fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@10056 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/globals.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'plugins/TabSRMM/src/globals.cpp') diff --git a/plugins/TabSRMM/src/globals.cpp b/plugins/TabSRMM/src/globals.cpp index c909370dbb..61508ecf94 100644 --- a/plugins/TabSRMM/src/globals.cpp +++ b/plugins/TabSRMM/src/globals.cpp @@ -271,7 +271,6 @@ void CGlobals::hookSystemEvents() HookEvent(ME_SKIN2_ICONSCHANGED, ::IcoLibIconsChanged); HookEvent(ME_AV_MYAVATARCHANGED, ::MyAvatarChanged); - HookEvent(ME_AV_AVATARCHANGED, ::AvatarChanged); } int CGlobals::TopToolbarLoaded(WPARAM,LPARAM) @@ -517,10 +516,8 @@ int CGlobals::PreshutdownSendRecv(WPARAM wParam, LPARAM lParam) ::SI_DeinitStatusIcons(); ::CB_DeInitCustomButtons(); - /* - * the event API - */ + // the event API DestroyHookableEvent(PluginConfig.m_event_MsgWin); DestroyHookableEvent(PluginConfig.m_event_MsgPopup); DestroyHookableEvent(PluginConfig.m_event_WriteEvent); -- cgit v1.2.3