--- a/UI/UserInterface.py Sat Oct 06 18:49:58 2012 +0200 +++ b/UI/UserInterface.py Sat Oct 06 19:07:04 2012 +0200 @@ -5547,6 +5547,10 @@ self.pluginManager.doShutdown() + if self.layout == "Sidebars": + self.leftSidebar.shutdown() + self.bottomSidebar.shutdown() + if self.SAServer is not None: self.SAServer.shutdown() self.SAServer = None