--- a/Project/ProjectInterfacesBrowser.py Mon Aug 09 15:59:33 2010 +0200 +++ b/Project/ProjectInterfacesBrowser.py Mon Aug 09 16:20:50 2010 +0200 @@ -477,7 +477,7 @@ self.compileProc.finished.connect(self.__compileIDLDone) self.compileProc.readyReadStandardOutput.connect(self.__readStdout) - self.compileProc.readyReadStandardOutput.connect(self.__readStderr) + self.compileProc.readyReadStandardError.connect(self.__readStderr) self.noDialog = noDialog self.compileProc.start(self.omniidl, args) @@ -571,4 +571,4 @@ """ Private method to open the configuration dialog. """ - e5App().getObject("UserInterface").showPreferences("corbaPage") \ No newline at end of file + e5App().getObject("UserInterface").showPreferences("corbaPage")