summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/CContactlistScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaG15/src/CContactlistScreen.cpp')
-rw-r--r--plugins/MirandaG15/src/CContactlistScreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/CContactlistScreen.cpp b/plugins/MirandaG15/src/CContactlistScreen.cpp
index d5dca3df7a..b1b0b962b4 100644
--- a/plugins/MirandaG15/src/CContactlistScreen.cpp
+++ b/plugins/MirandaG15/src/CContactlistScreen.cpp
@@ -171,7 +171,7 @@ void CContactlistScreen::OnEventReceived(CEvent *pEvent)
m_ContactList.OnMessageCountChanged(pEvent->hContact);
break;
case EVENT_CONTACT_HIDDEN:
- m_ContactList.OnContactHiddenChanged(pEvent->hContact,pEvent->iValue);
+ m_ContactList.OnContactHiddenChanged(pEvent->hContact,pEvent->iValue != 0);
break;
case EVENT_CONTACT_GROUP:
m_ContactList.OnContactGroupChanged(pEvent->hContact,pEvent->strValue);