From a80a34397006f74e932cce6bc1f26f7296be34c8 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sun, 27 Nov 2011 09:19:39 +0000 Subject: * fixed not in list group clearing git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@221 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- StopSpamPlus/src/services.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StopSpamPlus/src') diff --git a/StopSpamPlus/src/services.cpp b/StopSpamPlus/src/services.cpp index fbfb82e..6c427cd 100644 --- a/StopSpamPlus/src/services.cpp +++ b/StopSpamPlus/src/services.cpp @@ -30,7 +30,7 @@ INT_PTR RemoveTempContacts(WPARAM wParam,LPARAM lParam) if ( DBGetContactSettingTString( hContact, "CList", "Group", &dbv )) dbv.ptszVal = NULL; - if ( DBGetContactSettingByte( hContact, "CList", "NotOnList", 0 ) || lstrcmp(dbv.ptszVal, _T("Not In List")) == 0 || DBGetContactSettingByte(hContact, "CList", "Hidden", 0 )) { + if ( DBGetContactSettingByte(hContact, "CList", "NotOnList", 0) || lstrcmp(dbv.ptszVal, _T("Not In List")) == 0 || lstrcmp(dbv.ptszVal, _T("Νε β ροθρκε")) == 0 || DBGetContactSettingByte(hContact, "CList", "Hidden", 0 )) { char *szProto = (char *) CallService(MS_PROTO_GETCONTACTBASEPROTO, (WPARAM)hContact, 0); if ( szProto != NULL ) { // Check if protocol uses server side lists -- cgit v1.2.3