From c64584f8880e62c31b429d4143bc1579f7aec758 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 1 Oct 2009 18:19:46 +0100 Subject: [PATCH] Plugin abouts fixed --- openlp/plugins/presentations/presentationplugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openlp/plugins/presentations/presentationplugin.py b/openlp/plugins/presentations/presentationplugin.py index 9de7ce771..2d068a8ca 100644 --- a/openlp/plugins/presentations/presentationplugin.py +++ b/openlp/plugins/presentations/presentationplugin.py @@ -97,8 +97,6 @@ class PresentationPlugin(Plugin): def finalise(self): log.debug(u'Finalise') #Ask each controller to tidy up - for controller in self.controllers: - self.controllers[controller].kill() for key in self.controllers: controller = self.controllers[key] if controller.enabled: