This commit is contained in:
Kovid Goyal 2023-04-01 17:29:55 +05:30
commit bb401748bc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'), _(