mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1070 (Publisher to Author Sort)
This commit is contained in:
parent
ca806a09c3
commit
b4e66e93a0
@ -159,7 +159,7 @@ class Config(QDialog, Ui_Dialog):
|
||||
publisher = unicode(self.publisher.text())
|
||||
if publisher:
|
||||
mi.publisher = publisher
|
||||
author_sort = unicode(self.publisher.text())
|
||||
author_sort = unicode(self.author_sort.text())
|
||||
if author_sort:
|
||||
mi.author_sort = author_sort
|
||||
comments = unicode(self.comment.toPlainText())
|
||||
|
Loading…
x
Reference in New Issue
Block a user