author | laurent |
Wed, 01 Feb 2012 00:42:07 +0100 | |
changeset 637 | d8fe5a0f5403 |
parent 636 | 44978a2b9703 |
child 638 | 2b9ed21d965c |
PLCControler.py | file | annotate | diff | comparison | revisions |
--- a/PLCControler.py Tue Jan 31 23:58:16 2012 +0100 +++ b/PLCControler.py Wed Feb 01 00:42:07 2012 +0100 @@ -1264,7 +1264,7 @@ def GetPluginDataTypes(self, exclude = ""): return [{"name": _("%s Data Types") % plugintypes["name"], - "list": [datatype["name"] for datatype in plugintypes["types"].GetCustomDataTypes(exclude, True)]} + "list": [datatype["name"] for datatype in plugintypes["types"].GetCustomDataTypes(exclude)]} for plugintypes in self.PluginTypes] def GetPluginDataType(self, type):