summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-09-05 19:49:54 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-09-05 19:49:54 +0000
commite54c6b3de433ad82662ee633703a7b2cbe38df5c (patch)
tree7b834d0bccd29586411f8f32bb2f3d2ca32e0c16 /plugins
parent82686e46bc9e8810a6ce2efa9bfb6e0472246f49 (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15281 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/MessageState/src/messagestate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MessageState/src/messagestate.cpp b/plugins/MessageState/src/messagestate.cpp
index b851a1e157..7e35012d0e 100644
--- a/plugins/MessageState/src/messagestate.cpp
+++ b/plugins/MessageState/src/messagestate.cpp
@@ -95,6 +95,7 @@ int OnProtoAck(WPARAM, LPARAM lParam)
if (pAck->result == ACKRESULT_SUCCESS)
{
SetSRMMIcon(pAck->hContact, ICON_UNREAD);
+ ExtraIconsApply(hContact, 0);
}
else if (pAck->result == ACKRESULT_FAILED)
{