From 363acce4a9ad970a3b04240d80d81980b18c160e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 5 Jul 2024 17:28:39 +0300 Subject: tabSRMM: correct icon for blinking in clist & tray --- plugins/TabSRMM/src/msgdlgother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM') diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp index 49a47794ff..f74673c8dd 100644 --- a/plugins/TabSRMM/src/msgdlgother.cpp +++ b/plugins/TabSRMM/src/msgdlgother.cpp @@ -763,7 +763,7 @@ void CMsgDialog::FlashOnClist(MEVENT hEvent, const DB::EventInfo &dbei) CLISTEVENT cle = {}; cle.hContact = m_hContact; cle.hDbEvent = hEvent; - cle.hIcon = Skin_LoadIcon(SKINICON_EVENT_MESSAGE); + cle.hIcon = Skin_LoadIcon((dbei.eventType == EVENTTYPE_FILE) ? SKINICON_EVENT_FILE : SKINICON_EVENT_MESSAGE); cle.pszService = MS_MSG_READMESSAGE; g_clistApi.pfnAddEvent(&cle); -- cgit v1.2.3