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