diff options
author | George Hazan <george.hazan@gmail.com> | 2016-09-17 17:42:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-09-17 17:42:48 +0000 |
commit | d0735d50571bca069ee2fe372095b3750a32f51d (patch) | |
tree | 19d87e89cf4c4cf583b3d6873e0273c96795b8e6 /plugins | |
parent | e5d58fc3bbbce2773b7c6c3f8b7da6faa66b672e (diff) |
- 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
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/chat/tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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))
|