From e69dca0ea3ae985737c4bf7470653feccea02f0a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 19 Jul 2012 18:55:34 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@1050 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MyDetails/data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MyDetails/data.cpp') diff --git a/plugins/MyDetails/data.cpp b/plugins/MyDetails/data.cpp index 8a01c94c72..75fe7dba9c 100644 --- a/plugins/MyDetails/data.cpp +++ b/plugins/MyDetails/data.cpp @@ -221,7 +221,7 @@ void Protocol::SetStatus(int aStatus) pCount = 0; CallService(MS_PROTO_ENUMPROTOCOLS,(WPARAM)&count,(LPARAM)&protos); for (i=0;itype!=PROTOTYPE_PROTOCOL || CallProtoService(protos[i]->szName,PS_GETCAPS,PFLAGNUM_2,0)==0) continue; + if (protos[i]->type!=PROTOTYPE_PROTOCOL || CallProtoService(protos[i]->szName,PS_GETCAPS,PFLAGNUM_2,0)==0) continue; pCount += 1; } // END From commomstatus.cpp (KeepStatus) -- cgit v1.2.3