Edit metadata dialog: Fix window title not changing when using the Next/previous buttons if the books being edited have the same title. Fixes #1383014 [location identifier in edit metadata individually stuck](https://bugs.launchpad.net/calibre/+bug/1383014)

This commit is contained in:
Kovid Goyal 2014-10-20 08:44:30 +05:30
parent 65468af80f
commit 818423e9eb

View File

@ -602,6 +602,7 @@ class MetadataSingleDialogBase(ResizableDialog):
if apply_changes:
self.apply_changes()
self.current_row += delta
self.update_window_title()
prev = next_ = None
if self.current_row > 0:
prev = self.db.title(self.row_list[self.current_row-1])