forked from openlp/openlp
Convert notes to unicode from QString
This commit is contained in:
parent
c14cb6674c
commit
a9d9d6b1ef
@ -317,7 +317,7 @@ class ServiceItem(object):
|
|||||||
self.add_icon(header[u'icon'])
|
self.add_icon(header[u'icon'])
|
||||||
self.raw_footer = header[u'footer']
|
self.raw_footer = header[u'footer']
|
||||||
self.audit = header[u'audit']
|
self.audit = header[u'audit']
|
||||||
self.notes = header[u'notes']
|
self.notes = unicode([u'notes'])
|
||||||
self.from_plugin = header[u'from_plugin']
|
self.from_plugin = header[u'from_plugin']
|
||||||
self.capabilities = header[u'capabilities']
|
self.capabilities = header[u'capabilities']
|
||||||
# Added later so may not be present in older services.
|
# Added later so may not be present in older services.
|
||||||
|
Loading…
Reference in New Issue
Block a user