openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #08918
Re: [Merge] lp:~trb143/openlp/b1 into lp:openlp
Review: Needs Fixing
I've had a quick test of presentations.
1. I don't know what line 263 is for, but it causes it to crash. Removing it, and it is all happy again.
2. In presentations\lib\messagelistener.py I changed line 272 from
file = os.path.join(item.get_frame_path(),
item.get_frame_title())
to:
file = item.get_frame_path()
This got things working again.
--
https://code.launchpad.net/~trb143/openlp/b1/+merge/61064
Your team OpenLP Core is subscribed to branch lp:openlp.
References