forked from openlp/openlp
fixed comment
This commit is contained in:
parent
e089c8cb0c
commit
30cbaafb09
@ -377,8 +377,7 @@ class SongMaintenanceForm(QtGui.QDialog, Ui_SongMaintenanceDialog):
|
|||||||
self.mergeBooks(book)
|
self.mergeBooks(book)
|
||||||
self.resetBooks()
|
self.resetBooks()
|
||||||
else:
|
else:
|
||||||
# We restore the book's old name and publisher, because
|
# We restore the book's old name and publisher.
|
||||||
# the user did not want to merge the two topics.
|
|
||||||
book.name = temp_name
|
book.name = temp_name
|
||||||
book.publisher = temp_publisher
|
book.publisher = temp_publisher
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user