From 5b66750e1759aef824fab28d8e36f349bc060f20 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 9 Oct 2010 06:06:01 +0300 Subject: metacontacts .... --- srmm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'srmm.cpp') 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; -- cgit v1.2.3