From: W. Trevor King Date: Mon, 23 Aug 2010 13:14:30 +0000 (-0400) Subject: Restore HookeFrame.select_plugin (was removed in 29866287a21e). X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=b1762786046cc70f16be4aa00d772d7552ce2976;ds=sidebyside Restore HookeFrame.select_plugin (was removed in 29866287a21e). --- diff --git a/hooke/ui/gui/__init__.py b/hooke/ui/gui/__init__.py index 048764e..622abee 100644 --- 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