mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Big oops. I broke the category editor.
This commit is contained in:
parent
5b9d05214c
commit
fe60fd8125
@ -546,7 +546,7 @@ class TagListEditor(QDialog, Ui_TagListEditor):
|
||||
self.table.blockSignals(False)
|
||||
|
||||
def finish_editing(self, edited_item):
|
||||
if edited_item.column != 0:
|
||||
if edited_item.column() != 0:
|
||||
return
|
||||
if not edited_item.text():
|
||||
error_dialog(self, _('Item is blank'), _(
|
||||
|
Loading…
x
Reference in New Issue
Block a user