Handle unicode names for saved book reports.

svn: r8657
This commit is contained in:
Brian Matherly
2007-06-25 02:32:20 +00:00
parent 0f68a84452
commit e696e33b38
2 changed files with 4 additions and 1 deletions

View File

@@ -546,7 +546,7 @@ class BookListDisplay:
store,the_iter = self.blist.get_selected()
if the_iter:
data = self.blist.get_data(the_iter,[0])
self.selection = self.booklist.get_book(data[0])
self.selection = self.booklist.get_book(unicode(data[0]))
if self.dosave:
self.booklist.save()