summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Skype/src/skype_events.cpp')
-rw-r--r--protocols/Skype/src/skype_events.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Skype/src/skype_events.cpp b/protocols/Skype/src/skype_events.cpp
index 99d5c6bb6e..aa08a532e7 100644
--- a/protocols/Skype/src/skype_events.cpp
+++ b/protocols/Skype/src/skype_events.cpp
@@ -17,9 +17,9 @@ int CSkypeProto::OnPreShutdown(WPARAM, LPARAM)
return 0;
}
-int CSkypeProto::OnContactDeleted(WPARAM wParam, LPARAM)
+int CSkypeProto::OnContactDeleted(WPARAM wParam, LPARAM lParam)
{
- this->RemoveContact((HANDLE)wParam);
+ this->RevokeAuth(wParam, lParam);
return 0;
}