- bugfix: elevation dialog didn't offer a "yes" option

- bugfix: python plugins crashed the application when trying to create a nexus bridge
- bugfix: python plugins couldn't register for failed requests correctly
This commit is contained in:
Tannin
2014-01-29 21:06:55 +01:00
parent dc3b60e578
commit b33293e49a
4 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -46,8 +46,9 @@ private:
};
IPythonRunner *CreatePythonRunner(const MOBase::IOrganizer *moInfo, const QString &pythonDir)
IPythonRunner *CreatePythonRunner(MOBase::IOrganizer *moInfo, const QString &pythonDir)
{
s_Organizer = moInfo;
PythonRunner *result = new PythonRunner(moInfo);
if (result->initPython(pythonDir)) {
return result;