9685 Fix Unicode error - Markup for invalid date format
This commit is contained in:
parent
4e5112d3fd
commit
7e2585d27e
@ -238,7 +238,7 @@ class ConfigureDialog(ManagedWindow):
|
||||
obj.get_text(), parent=self.window)
|
||||
obj.set_text('<b>%s</b>')
|
||||
|
||||
self.__config.set(constant, unicode(obj.get_text()))
|
||||
self.__config.set(constant, conv_to_unicode(obj.get_text()))
|
||||
|
||||
def update_entry(self, obj, constant):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user