Restore HookeFrame.select_plugin (was removed in 29866287a21e).
authorW. Trevor King <wking@drexel.edu>
Mon, 23 Aug 2010 13:14:30 +0000 (09:14 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 23 Aug 2010 13:14:30 +0000 (09:14 -0400)
hooke/ui/gui/__init__.py

index 048764e97f6a1c204c24a0948fe6b7ee3bc0aa9f..622abee1f38df9e0bb810a25ecdfd388dcefdad3 100644 (file)
@@ -567,6 +567,9 @@ class HookeFrame (wx.Frame):
 
         self._set_config('selected command', command.name)
 
 
         self._set_config('selected command', command.name)
 
+    def select_plugin(self, _class=None, method=None, plugin=None):
+        pass
+
 
 
     # Folders panel interface
 
 
     # Folders panel interface