diff -r d70b05f43e73 -r 434aed8dc58d plugins/canfestival/canfestival.py --- a/plugins/canfestival/canfestival.py Mon Feb 18 18:34:24 2008 +0100 +++ b/plugins/canfestival/canfestival.py Thu Feb 21 11:42:33 2008 +0100 @@ -75,10 +75,10 @@ {"bitmap" : os.path.join("images", "NetworkEdit"), "name" : "Edit network", "tooltip" : "Edit CanOpen Network with NetworkEdit", - "method" : _OpenView}, + "method" : "_OpenView"}, {"name" : "Show Master", "tooltip" : "Show Master generated by config_utils", - "method" : _ShowMasterGenerated} + "method" : "_ShowMasterGenerated"} ] def OnPlugClose(self):