projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b176278
)
Remove ._on_notebook_page_close binding for the removed notebook GUI panel.
author
W. Trevor King
<wking@drexel.edu>
Mon, 23 Aug 2010 13:19:51 +0000
(09:19 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 23 Aug 2010 13:19:51 +0000
(09:19 -0400)
hooke/ui/gui/__init__.py
patch
|
blob
|
history
diff --git
a/hooke/ui/gui/__init__.py
b/hooke/ui/gui/__init__.py
index 622abee1f38df9e0bb810a25ecdfd388dcefdad3..c96e78c3436c5fcdc2e38b4cf01aaf855b48351a 100644
(file)
--- 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()