From 1ab7c18ad231b19daacb51b923082edfdd8356d4 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Mon, 1 Mar 2010 05:07:26 +0000 Subject: Fix for event processing git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@478 4f64403b-2f21-0410-a795-97e2b3489a10 --- metacontacts/meta_services.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metacontacts/meta_services.c b/metacontacts/meta_services.c index ec64e32..b26c36e 100644 --- a/metacontacts/meta_services.c +++ b/metacontacts/meta_services.c @@ -583,7 +583,7 @@ INT_PTR Meta_RecvMessage(WPARAM wParam, LPARAM lParam) if(proto) { char service[256]; mir_snprintf(service, 256, "%s%s", proto, PSR_MESSAGE); - if(ServiceExists(service) && !CallService(service, wParam, lParam)) + if (CallService(service, wParam, lParam) != CALLSERVICE_NOTFOUND) return 0; } } -- cgit v1.2.3