diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-09 06:06:01 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-09 06:06:01 +0300 |
commit | 5b66750e1759aef824fab28d8e36f349bc060f20 (patch) | |
tree | c2497c4cc8a78c493015b768e4ffa389c85fc807 /srmm.cpp | |
parent | fc6b9e74816401ad364ff0e675767a30c84d9896 (diff) |
metacontacts ....
Diffstat (limited to 'srmm.cpp')
-rw-r--r-- | srmm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |