From e0fafbb6dffd95d8d3572da844d56ede6fa64a8f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 23 Aug 2010 09:19:51 -0400 Subject: [PATCH 1/1] Remove ._on_notebook_page_close binding for the removed notebook GUI panel. --- hooke/ui/gui/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hooke/ui/gui/__init__.py b/hooke/ui/gui/__init__.py index 622abee..c96e78c 100644 --- a/hooke/ui/gui/__init__.py +++ b/hooke/ui/gui/__init__.py @@ -244,7 +244,6 @@ class HookeFrame (wx.Frame): self.Bind(wx.EVT_SIZE, self._on_size) self.Bind(wx.EVT_CLOSE, self._on_close) self.Bind(aui.EVT_AUI_PANE_CLOSE, self._on_pane_close) - self.Bind(aui.EVT_AUINOTEBOOK_PAGE_CLOSE, self._on_notebook_page_close) return # TODO: cleanup treeCtrl = self._c['folders'].GetTreeCtrl() -- 2.26.2