openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #19425
[Merge] lp:~phill-ridout/openlp/small_fix into lp:openlp
Phill has proposed merging lp:~phill-ridout/openlp/small_fix into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~phill-ridout/openlp/small_fix/+merge/148929
A small fix for trunk as its stoped starting after the recent round of merges.
--
https://code.launchpad.net/~phill-ridout/openlp/small_fix/+merge/148929
Your team OpenLP Core is requested to review the proposed merge of lp:~phill-ridout/openlp/small_fix into lp:openlp.
=== modified file 'openlp/plugins/presentations/lib/pptviewcontroller.py'
--- openlp/plugins/presentations/lib/pptviewcontroller.py 2013-02-06 09:56:41 +0000
+++ openlp/plugins/presentations/lib/pptviewcontroller.py 2013-02-17 08:35:25 +0000
@@ -84,7 +84,7 @@
if self.process:
return
log.debug(u'start PPTView')
- dllpath = os.path.join(self.plugin_manager.basepath, u'presentations', u'lib', u'pptviewlib',
+ dllpath = os.path.join(self.plugin_manager.base_path, u'presentations', u'lib', u'pptviewlib',
u'pptviewlib.dll')
self.process = cdll.LoadLibrary(dllpath)
if log.isEnabledFor(logging.DEBUG):
Follow ups