From c67ea1f3049eeb35d27d5510cbf7d669a4963179 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Mon, 28 Sep 2009 20:34:55 +0100 Subject: [PATCH] Don't start the presentation app unless requested --- openlp/plugins/presentations/lib/presentationcontroller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/plugins/presentations/lib/presentationcontroller.py b/openlp/plugins/presentations/lib/presentationcontroller.py index ade258674..8edbd5f25 100644 --- a/openlp/plugins/presentations/lib/presentationcontroller.py +++ b/openlp/plugins/presentations/lib/presentationcontroller.py @@ -108,7 +108,6 @@ class PresentationController(object): """ self.plugin = plugin self.name = name - self.start_process() def is_available(self): """