diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-08-11 18:58:20 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-08-11 18:58:23 +0300 |
| commit | 22319c1510762771dd0399118ed048ca993d04c6 (patch) | |
| tree | b53364bde91575600cfd755743f4598ba96f3e5e /plugins/VoiceService/src/VoiceCall.cpp | |
| parent | 40f612ff8265906991ef40500f91c4112275b44b (diff) | |
fixes #3634 (tabSRMM заставляет прощёлкать каждое непрочитанное сообщение)
Diffstat (limited to 'plugins/VoiceService/src/VoiceCall.cpp')
| -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 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; } |
