From d0735d50571bca069ee2fe372095b3750a32f51d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 17 Sep 2016 17:42:48 +0000 Subject: - fix for tray icon blinking in chats; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@17310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM') diff --git a/plugins/TabSRMM/src/chat/tools.cpp b/plugins/TabSRMM/src/chat/tools.cpp index abedaddfdf..55d6578512 100644 --- a/plugins/TabSRMM/src/chat/tools.cpp +++ b/plugins/TabSRMM/src/chat/tools.cpp @@ -135,7 +135,7 @@ int ShowPopup(MCONTACT hContact, SESSION_INFO *si, HICON hIcon, char* pszProtoNa return PUAddPopupT(&pd); } -BOOL DoPopup(SESSION_INFO *si, GCEVENT* gce) +BOOL DoPopup(SESSION_INFO *si, GCEVENT *gce) { int iEvent = gce->pDest->iType; if (si == NULL || !(iEvent & si->iLogPopupFlags)) -- cgit v1.2.3