- 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
+1 -1
View File
@@ -178,7 +178,7 @@ QString ProxyPython::description() const
VersionInfo ProxyPython::version() const
{
return VersionInfo(1, 2, 0, VersionInfo::RELEASE_FINAL);
return VersionInfo(1, 2, 1, VersionInfo::RELEASE_FINAL);
}
bool ProxyPython::isActive() const