This commit is contained in:
Kovid Goyal 2010-12-22 10:52:36 -07:00
parent d59a20fc2a
commit a722155d76

View File

@ -809,7 +809,7 @@ class MetadataSingleDialog(ResizableDialog, Ui_MetadataSingleDialog):
self.pubdate.setDate(QDate(dt.year, dt.month, dt.day))
summ = book.comments
if summ:
prefix = self.comment.html
prefix = self.comments.html
if prefix:
prefix += '\n'
self.comments.html = prefix + comments_to_html(summ)