From 7160ef85c883d4ad171d9258df142484b55d14fc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 11 Jul 2023 12:43:04 +0300 Subject: =?UTF-8?q?fixes=20#3572=20(Jingle:=20=D0=BF=D1=80=D0=BE=D0=BF?= =?UTF-8?q?=D0=B0=D0=BB=20=D0=BF=D1=83=D0=BD=D0=BA=D1=82=20=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D1=8E=20"=D0=9F=D0=BE=D0=B7=D0=B2=D0=BE=D0=BD=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B0=D0=BA=D1=82=D1=83?= =?UTF-8?q?")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/Jingle/src/account.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Jingle/src/account.cpp b/plugins/Jingle/src/account.cpp index a6e68b76ec..418cef2ff1 100644 --- a/plugins/Jingle/src/account.cpp +++ b/plugins/Jingle/src/account.cpp @@ -270,7 +270,7 @@ static INT_PTR __cdecl JabberVOIP_dropcall(void *pThis, WPARAM id, LPARAM) CJabberAccount::CJabberAccount(IJabberInterface *_1) : m_api(_1), m_szModuleName(m_api->GetModuleName()), - m_bEnableVOIP(m_szModuleName, "EnableVOIP", false) + m_bEnableVOIP(m_api->GetModuleName(), "EnableVOIP", false) { CMStringA tmp(m_szModuleName); m_hVoiceEvent = CreateHookableEvent(tmp + PE_VOICE_CALL_STATE); -- cgit v1.2.3