From 3f1da783c4c896f275d1920e214b0682802ebdaa Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 11 Sep 2022 09:16:04 -0700 Subject: VoiceService: missing parameter added --- plugins/VoiceService/src/VoiceCall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/VoiceService') 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 = {}; -- cgit v1.2.3