From 5622e7729da483327a3e863ec51831e4cdaddf10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 16 Jun 2013 13:18:13 +0000 Subject: Fixed notifying events. git-svn-id: http://svn.miranda-ng.org/main/trunk@4981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/src/chat/manager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/Scriver/src/chat/manager.cpp') diff --git a/plugins/Scriver/src/chat/manager.cpp b/plugins/Scriver/src/chat/manager.cpp index 30dd1e849b..0c1a994cf1 100644 --- a/plugins/Scriver/src/chat/manager.cpp +++ b/plugins/Scriver/src/chat/manager.cpp @@ -296,7 +296,8 @@ BOOL SM_AddEventToAllMatchingUID(GCEVENT * gce) else if (pTemp->hWnd && pTemp->bInitDone) { SendMessage(pTemp->hWnd, GC_REDRAWLOG2, 0, 0); } - DoSoundsFlashPopupTrayStuff(pTemp, gce, FALSE, bManyFix); + if (!(gce->dwFlags & GCEF_NOTNOTIFY)) + DoSoundsFlashPopupTrayStuff(pTemp, gce, FALSE, bManyFix); bManyFix ++; if ((gce->dwFlags & GCEF_ADDTOLOG) && g_Settings.LoggingEnabled) LogToFile(pTemp, gce); -- cgit v1.2.3