summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/VoiceService/src')
-rw-r--r--plugins/VoiceService/src/VoiceCall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VoiceService/src/VoiceCall.cpp b/plugins/VoiceService/src/VoiceCall.cpp
index 8198ee8c61..0435391629 100644
--- a/plugins/VoiceService/src/VoiceCall.cpp
+++ b/plugins/VoiceService/src/VoiceCall.cpp
@@ -273,7 +273,7 @@ void VoiceCall::Notify(bool popup, bool sound, bool clist)
return;
if (popup)
- ShowPopup(NULL, displayName, TranslateW(popupTexts[state]));
+ ShowPopup(hContact, displayName, TranslateW(popupTexts[state]));
if (clist && state == VOICE_STATE_RINGING) {
CLISTEVENT ce = {};