From 9526839551e4958e8064d4b29ee45460597af9ec Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Sep 2024 17:16:13 +0300 Subject: =?UTF-8?q?fixes=20#4683=20(NEN:=20=D0=BE=D0=BF=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20"=D0=BD=D0=B5=20=D0=BF=D0=BE=D0=BA=D0=B0=D0=B7=D1=8B=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D0=B2=D1=81=D0=BF=D0=BB.=20=D0=BE=D0=BA?= =?UTF-8?q?=D0=BD=D0=BE,=20=D0=B5=D1=81=D0=BB=D0=B8=20=D0=BE=D0=BA=D0=BD?= =?UTF-8?q?=D0=BE=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B9?= =?UTF-8?q?=20=D0=BE=D1=82=D0=BA=D1=80=D1=8B=D1=82=D0=BE"=20=D0=BD=D0=B5?= =?UTF-8?q?=20=D1=80=D0=B0=D1=81=D1=86=D0=B5=D0=BD=D0=B8=D0=B2=D0=B0=D0=B5?= =?UTF-8?q?=D1=82=20=D0=BD=D0=B5=D0=B0=D0=BA=D1=82=D0=B8=D0=B2=D0=BD=D0=BE?= =?UTF-8?q?=D0=B5=20=D0=B8=D0=BB=D0=B8=20=D1=81=D0=B2=D1=91=D1=80=D0=BD?= =?UTF-8?q?=D1=83=D1=82=D0=BE=D0=B5=20=D0=BE=D0=BA=D0=BD=D0=BE=20=D0=BA?= =?UTF-8?q?=D0=B0=D0=BA=20=D0=BE=D1=82=D0=BA=D1=80=D1=8B=D1=82=D0=BE=D0=B5?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewEventNotify/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/NewEventNotify/src/main.cpp b/plugins/NewEventNotify/src/main.cpp index dd4205ea2e..ad633f4da5 100644 --- a/plugins/NewEventNotify/src/main.cpp +++ b/plugins/NewEventNotify/src/main.cpp @@ -146,7 +146,7 @@ int CheckMsgWnd(MCONTACT hContact) { MessageWindowData mwd; if (!Srmm_GetWindowData(hContact, mwd)) - if (mwd.hwndWindow != nullptr && (mwd.uState & MSG_WINDOW_STATE_FOCUS)) + if (mwd.hwndWindow != nullptr && (mwd.uState & MSG_WINDOW_STATE_EXISTS)) return 1; return 0; -- cgit v1.2.3