summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-01-19 15:14:39 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-01-19 15:14:39 +0000
commit81e4b9e8f465070864949b117dbe7e85513fee26 (patch)
tree552044867b827d2e62f7c060923fc4d357f9f586
parent1541d27e5a23f2fa680d129603a73420483c7689 (diff)
fix for highlight in tabSRMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@7759 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/TabSRMM/src/chat/tools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/tools.cpp b/plugins/TabSRMM/src/chat/tools.cpp
index 13e2ebe8e3..eacb336a73 100644
--- a/plugins/TabSRMM/src/chat/tools.cpp
+++ b/plugins/TabSRMM/src/chat/tools.cpp
@@ -668,7 +668,7 @@ void Chat_SetFilters(SESSION_INFO *si)
BOOL IsHighlighted(SESSION_INFO *si, GCEVENT *gce)
{
- if (!g_Settings.bHighlightEnabled || !g_Settings.pszHighlightWords || !gce)
+ if (!g_Settings.bHighlightEnabled || !gce || gce->bIsMe)
return FALSE;
int dwMask = 0;