From 302de47b582362f3f27e62ce77657faea7a78e22 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 4 Aug 2023 12:37:29 +0300 Subject: =?UTF-8?q?fixes=20#3608=20(NewStory:=20=D1=80=D0=B0=D0=BD=D0=B4?= =?UTF-8?q?=D0=BE=D0=BC=D0=BD=D1=8B=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B1=D0=BB?= =?UTF-8?q?=D0=B5=D0=BC=D1=8B)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewStory/src/history_dlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory') diff --git a/plugins/NewStory/src/history_dlg.cpp b/plugins/NewStory/src/history_dlg.cpp index 2443370197..e97641f381 100644 --- a/plugins/NewStory/src/history_dlg.cpp +++ b/plugins/NewStory/src/history_dlg.cpp @@ -1037,7 +1037,7 @@ INT_PTR svcShowNewstory(WPARAM hContact, LPARAM) HWND hwnd = (HWND)WindowList_Find(g_hNewstoryWindows, hContact); if (!hwnd) { auto *pDlg = new CHistoryDlg(hContact); - pDlg->Create(); + pDlg->Show(); hwnd = pDlg->GetHwnd(); } -- cgit v1.2.3