summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-27 09:19:39 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-27 09:19:39 +0000
commita80a34397006f74e932cce6bc1f26f7296be34c8 (patch)
tree2e18a61dc4dd4c7cffdf5c174957c1724250c15e
parent8f1d5528707596fceba996c4161d65cead5d9988 (diff)
* fixed not in list group clearing
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@221 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r--StopSpamPlus/src/services.cpp2
1 files changed, 1 insertions, 1 deletions
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