0001888: Traceback when trying to delete a book report with non-ascii characters in the name.
svn: r10279
This commit is contained in:
@@ -643,7 +643,7 @@ class BookListDisplay:
|
|||||||
if not the_iter:
|
if not the_iter:
|
||||||
return
|
return
|
||||||
data = self.blist.get_data(the_iter, [0])
|
data = self.blist.get_data(the_iter, [0])
|
||||||
self.booklist.delete_book(data[0])
|
self.booklist.delete_book(unicode(data[0]))
|
||||||
self.blist.remove(the_iter)
|
self.blist.remove(the_iter)
|
||||||
self.top.run()
|
self.top.run()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user