summaryrefslogtreecommitdiff
path: root/srmm.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-09 06:06:01 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-09 06:06:01 +0300
commit5b66750e1759aef824fab28d8e36f349bc060f20 (patch)
treec2497c4cc8a78c493015b768e4ffa389c85fc807 /srmm.cpp
parentfc6b9e74816401ad364ff0e675767a30c84d9896 (diff)
metacontacts ....
Diffstat (limited to 'srmm.cpp')
-rw-r--r--srmm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/srmm.cpp b/srmm.cpp
index 8ec5755..48c8b65 100644
--- a/srmm.cpp
+++ b/srmm.cpp
@@ -34,7 +34,7 @@ int __cdecl onWindowEvent(WPARAM wParam, LPARAM lParam) {
int __cdecl onIconPressed(WPARAM wParam, LPARAM lParam) {
HANDLE hContact = (HANDLE)wParam;
- if( isProtoMetaContacts(hContact) )
+ if(metaIsProtoMetaContacts(hContact))
hContact = metaGetMostOnline(hContact); // возьмем тот, через который пойдет сообщение
StatusIconClickData *sicd = (StatusIconClickData *)lParam;