From 22319c1510762771dd0399118ed048ca993d04c6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 11 Aug 2023 18:58:20 +0300 Subject: =?UTF-8?q?fixes=20#3634=20(tabSRMM=20=D0=B7=D0=B0=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D1=8F=D0=B5=D1=82=20=D0=BF=D1=80=D0=BE=D1=89?= =?UTF-8?q?=D1=91=D0=BB=D0=BA=D0=B0=D1=82=D1=8C=20=D0=BA=D0=B0=D0=B6=D0=B4?= =?UTF-8?q?=D0=BE=D0=B5=20=D0=BD=D0=B5=D0=BF=D1=80=D0=BE=D1=87=D0=B8=D1=82?= =?UTF-8?q?=D0=B0=D0=BD=D0=BD=D0=BE=D0=B5=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/VoiceService/src/VoiceCall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/VoiceService/src') diff --git a/plugins/VoiceService/src/VoiceCall.cpp b/plugins/VoiceService/src/VoiceCall.cpp index 60768f924c..272011b71c 100644 --- a/plugins/VoiceService/src/VoiceCall.cpp +++ b/plugins/VoiceService/src/VoiceCall.cpp @@ -193,7 +193,7 @@ void VoiceCall::CreateDisplayName() void VoiceCall::RemoveNotifications() { if (clistBlinking) { - Clist_RemoveEvent(hContact, MEVENT(1001)); + Clist_RemoveEvent(hContact, 1001); clistBlinking = false; } -- cgit v1.2.3