openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #00460
[Merge] lp:~j-corwin/openlp/presentations into lp:openlp
Jonathan Corwin has proposed merging lp:~j-corwin/openlp/presentations into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Removed the rogue start_process line from the parent controller's init
--
https://code.launchpad.net/~j-corwin/openlp/presentations/+merge/12547
Your team OpenLP Core is subscribed to branch lp:openlp.
=== modified file 'openlp/plugins/presentations/lib/presentationcontroller.py'
--- openlp/plugins/presentations/lib/presentationcontroller.py 2009-09-26 21:00:45 +0000
+++ openlp/plugins/presentations/lib/presentationcontroller.py 2009-09-28 19:40:26 +0000
@@ -108,7 +108,6 @@
"""
self.plugin = plugin
self.name = name
- self.start_process()
def is_available(self):
"""
Follow ups