Merge lp:~j-corwin/openlp/presentations into lp:openlp

Proposed by Jonathan Corwin
Status: Merged
Merged at revision: not available
Proposed branch: lp:~j-corwin/openlp/presentations
Merge into: lp:openlp
Diff against target: 11 lines
1 file modified
openlp/plugins/presentations/lib/presentationcontroller.py (+0/-1)
To merge this branch: bzr merge lp:~j-corwin/openlp/presentations
Reviewer Review Type Date Requested Status
Jon Tibble (community) Approve
Tim Bentley Approve
Review via email: mp+12547@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jonathan Corwin (j-corwin) wrote :

Removed the rogue start_process line from the parent controller's init

Revision history for this message
Tim Bentley (trb143) wrote :

Simples

review: Approve
Revision history for this message
Jon Tibble (meths) wrote :

Works for me.

review: Approve
lp:~j-corwin/openlp/presentations updated
578. By Jon Tibble

Fix presentation starting

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'openlp/plugins/presentations/lib/presentationcontroller.py'
2--- openlp/plugins/presentations/lib/presentationcontroller.py 2009-09-26 21:00:45 +0000
3+++ openlp/plugins/presentations/lib/presentationcontroller.py 2009-09-28 19:40:26 +0000
4@@ -108,7 +108,6 @@
5 """
6 self.plugin = plugin
7 self.name = name
8- self.start_process()
9
10 def is_available(self):
11 """