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