This commit is contained in:
Kovid Goyal
2023-04-01 17:29:55 +05:30
+1 -1
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'), _(