openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #33007
[Merge] lp:~thelinuxguy/openlp/rework-imports into lp:openlp
Simon Hanna has proposed merging lp:~thelinuxguy/openlp/rework-imports into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~thelinuxguy/openlp/rework-imports/+merge/353751
Whoops, seems like I had a typo there... Really need to get the segfault fixed on my system...
--
Your team OpenLP Core is requested to review the proposed merge of lp:~thelinuxguy/openlp/rework-imports into lp:openlp.
=== modified file 'openlp/plugins/images/imageplugin.py'
--- openlp/plugins/images/imageplugin.py 2018-08-25 14:08:19 +0000
+++ openlp/plugins/images/imageplugin.py 2018-08-26 07:29:42 +0000
@@ -28,7 +28,7 @@
from openlp.core.common.i18n import translate
from openlp.core.ui.icons import UiIcons
from openlp.core.common.settings import Settings
-from openlp.core.lib import mageSource, build_icon
+from openlp.core.lib import ImageSource, build_icon
from openlp.core.lib.plugin import Plugin, StringContent
from openlp.core.lib.db import Manager
from openlp.plugins.images.endpoint import api_images_endpoint, images_endpoint
Follow ups