From afa172bd19fb54d73ed68052e315220b9f943a9d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 3 Jun 2005 21:38:01 +0000 Subject: [PATCH] Ignore HtmlHelpController.Destroy() since it owns itself, to avoid double deletions. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/html.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/src/html.i b/wxPython/src/html.i index ae58dc2a82..696ba5c7f5 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -1227,6 +1227,8 @@ public: void ReadCustomization(wxConfigBase *cfg, wxString path = wxPyEmptyString); void WriteCustomization(wxConfigBase *cfg, wxString path = wxPyEmptyString); wxHtmlHelpFrame* GetFrame(); + + %pythoncode { def Destroy(self): pass } }; -- 2.47.2