diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-30 09:09:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-30 09:09:46 +0000 |
commit | 5871d7988221ba4335469d4961c6507bd8e52983 (patch) | |
tree | 2593756d974cd672b9930a316f891ade11a1a956 /plugins/TabSRMM/src/globals.cpp | |
parent | 3c1054c6e0b2b8b505cb13d720256bc8b0386721 (diff) |
- custom avatar processing removed completely, now avatar control takes charge for everything;
- avatar switching fixed in the info panel;
- unneeded AvatarChanged handler removed;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@9989 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 af15b69eac..19df91547a 100644 --- a/plugins/TabSRMM/src/globals.cpp +++ b/plugins/TabSRMM/src/globals.cpp @@ -270,7 +270,6 @@ void CGlobals::hookSystemEvents() HookEvent(ME_CLIST_PREBUILDCONTACTMENU, CMimAPI::PrebuildContactMenu);
HookEvent(ME_SKIN2_ICONSCHANGED, ::IcoLibIconsChanged);
- HookEvent(ME_AV_AVATARCHANGED, ::AvatarChanged);
HookEvent(ME_AV_MYAVATARCHANGED, ::MyAvatarChanged);
}
|