Fix #864096 (Fixable content in library check is not hidden after repair)

This commit is contained in:
Kovid Goyal 2011-10-02 08:12:45 -06:00
commit c987d56c8e

View File

@ -310,7 +310,7 @@ class CheckLibraryDialog(QDialog):
tl = Item()
tl.setText(0, h)
if fixable:
if fixable and list:
tl.setText(1, _('(fixable)'))
tl.setFlags(Qt.ItemIsEnabled | Qt.ItemIsUserCheckable)
tl.setCheckState(1, False)