Review: Needs Fixing 56 + if service_item[u'service_item'].is_capable(ItemCapabilities.CanEditTitle): 70 + if not self.service_items[item][u'service_item'].is_capable(ItemCapabilities.CanEditTitle): 72 + title = self.service_items[item][u'service_item'].title 76 + self.service_items[item][u'service_item'].title = unicode(title)
This is Python 3, no more u's in front of Unicode strings. Did you actually try to run this code? -- https://code.launchpad.net/~marmyshev/openlp/item_title/+merge/183812 Your team OpenLP Core is subscribed to branch lp:openlp. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

