forked from openlp/openlp
Fix loading of service items bug
Fixes: https://launchpad.net/bugs/651076
This commit is contained in:
parent
882e4679f4
commit
0f480a6dd5
@ -306,6 +306,7 @@ class ServiceItem(object):
|
|||||||
filename = os.path.join(path, text_image[u'title'])
|
filename = os.path.join(path, text_image[u'title'])
|
||||||
self.add_from_command(
|
self.add_from_command(
|
||||||
path, text_image[u'title'], text_image[u'image'] )
|
path, text_image[u'title'], text_image[u'image'] )
|
||||||
|
self._new_item()
|
||||||
|
|
||||||
def merge(self, other):
|
def merge(self, other):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user