projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeacb9f
)
Restore HookeFrame.select_plugin (was removed in 29866287a21e).
author
W. Trevor King
<wking@drexel.edu>
Mon, 23 Aug 2010 13:14:30 +0000
(09:14 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 23 Aug 2010 13:14:30 +0000
(09:14 -0400)
hooke/ui/gui/__init__.py
patch
|
blob
|
history
diff --git
a/hooke/ui/gui/__init__.py
b/hooke/ui/gui/__init__.py
index 048764e97f6a1c204c24a0948fe6b7ee3bc0aa9f..622abee1f38df9e0bb810a25ecdfd388dcefdad3 100644
(file)
--- a/
hooke/ui/gui/__init__.py
+++ b/
hooke/ui/gui/__init__.py
@@
-567,6
+567,9
@@
class HookeFrame (wx.Frame):
self._set_config('selected command', command.name)
+ def select_plugin(self, _class=None, method=None, plugin=None):
+ pass
+
# Folders panel interface