author | Edouard Tisserant |
Wed, 28 Feb 2018 16:10:05 +0100 | |
changeset 1958 | 67f0d7ff7d3e |
parent 1957 | 2d1cc4f5e4ef |
child 1959 | ce1bfd04b3f6 |
child 1991 | 34a9287b6c7d |
child 2193 | 259df9ecf9ca |
--- a/editors/ProjectNodeEditor.py Fri Feb 23 11:16:25 2018 +0100 +++ b/editors/ProjectNodeEditor.py Wed Feb 28 16:10:05 2018 +0100 @@ -51,7 +51,7 @@ return self.ProjectProperties def __init__(self, parent, controler, window): - configuration = self.Controler.GetProjectMainConfigurationName() + configuration = controler.GetProjectMainConfigurationName() if configuration is not None: tagname = ComputeConfigurationName(configuration) else: