diff -r d70b05f43e73 -r 434aed8dc58d plugins/svgui/svgui.py --- a/plugins/svgui/svgui.py Mon Feb 18 18:34:24 2008 +0100 +++ b/plugins/svgui/svgui.py Thu Feb 21 11:42:33 2008 +0100 @@ -123,15 +123,15 @@ {"bitmap" : os.path.join("images","HMIEditor"), "name" : "HMI Editor", "tooltip" : "HMI Editor", - "method" : _OpenView}, + "method" : "_OpenView"}, {"bitmap" : os.path.join("images","ImportSVG"), "name" : "Import SVG", "tooltip" : "Import SVG", - "method" : _OpenView}, + "method" : "_OpenView"}, {"bitmap" : os.path.join("images","ImportDEF"), "name" : "Import DEF", "tooltip" : "Import DEF", - "method" : _OpenView}, + "method" : "_OpenView"}, ] def OnPlugSave(self):