diff -r 9b5995303db1 -r 44318b45aab9 ProjectController.py --- a/ProjectController.py Wed Apr 24 18:50:37 2013 +0200 +++ b/ProjectController.py Wed Apr 24 22:56:30 2013 +0200 @@ -313,7 +313,7 @@ if os.path.exists(self._getBuildPath()): self.EnableMethod("_Clean", True) - if os.path.isfile(self._getIECrawcodepath()): + if os.path.isfile(self._getIECcodepath()): self.ShowMethod("_showIECcode", True) self.UpdateMethodsFromPLCStatus()