5752: Store tag names as unicode
svn: r19630
This commit is contained in:
@@ -550,7 +550,7 @@ class EditTag(object):
|
||||
"""
|
||||
Save the changes made to the tag.
|
||||
"""
|
||||
self.tag.set_name(self.entry.get_text())
|
||||
self.tag.set_name(unicode(self.entry.get_text()))
|
||||
self.tag.set_color(self.color.get_color().to_string())
|
||||
|
||||
if not self.tag.get_name():
|
||||
|
||||
Reference in New Issue
Block a user