From 932be7eac7944a69a1fe1acadcbcca2743377b3f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 4 Jun 2020 17:35:56 +0300 Subject: all improper calls of OnClose replaced with OnDestroy / OnApply --- plugins/Folders/src/dlg_handlers.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/Folders/src') diff --git a/plugins/Folders/src/dlg_handlers.cpp b/plugins/Folders/src/dlg_handlers.cpp index d29e02aaaa..7e45a57575 100644 --- a/plugins/Folders/src/dlg_handlers.cpp +++ b/plugins/Folders/src/dlg_handlers.cpp @@ -52,11 +52,10 @@ public: return true; } - bool OnClose() override + void OnDestroy() override { if (pHelpDialog == this) pHelpDialog = nullptr; - return true; } void OnCloseClick(CCtrlBase*) -- cgit v1.2.3