diff options
author | George Hazan <ghazan@miranda.im> | 2020-02-19 14:49:49 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-02-19 14:49:49 +0300 |
commit | 51150937be1bbbe52c764c43dac74fafe3da366e (patch) | |
tree | 704ecbc683532060deeda85a9222d3818cacdb71 /plugins/TabSRMM/src/mim.cpp | |
parent | 46fd8bbce689895bfbaaa08d9bad73b879e17172 (diff) |
tabSRMM: fix for removed hot key handler
Diffstat (limited to 'plugins/TabSRMM/src/mim.cpp')
-rw-r--r-- | plugins/TabSRMM/src/mim.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/mim.cpp b/plugins/TabSRMM/src/mim.cpp index 4c3149fd56..3b7c5845c6 100644 --- a/plugins/TabSRMM/src/mim.cpp +++ b/plugins/TabSRMM/src/mim.cpp @@ -520,6 +520,8 @@ nowindowcreate: // for tray support, we add the event to the tray menu. otherwise we send it back to // the contact list for flashing if (!(dbei.flags & DBEF_READ)) { + AddUnreadContact(hContact); + wchar_t toolTip[256]; mir_snwprintf(toolTip, TranslateT("Message from %s"), Clist_GetContactDisplayName(hContact)); |