diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-11 09:16:04 -0700 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-11 09:16:04 -0700 |
commit | 3f1da783c4c896f275d1920e214b0682802ebdaa (patch) | |
tree | 9c5aa9447f0e03932eae534fdf396238b18265c5 /plugins | |
parent | 0c4cc90c2531453769df27acc0d3e524ca90e0de (diff) |
VoiceService: missing parameter added
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/VoiceService/src/VoiceCall.cpp | 2 |
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 = {}; |