1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 05:34:36 +00:00

Fixed the Qt-marked-column-deletion hack on ME, it was performed on SE columns instead.

This commit is contained in:
Virgil Dupras 2011-12-07 16:03:14 -05:00
parent 98954bd582
commit 2d4903da26

View File

@ -7,7 +7,7 @@
from qtlib.column import Column from qtlib.column import Column
from ..base.results_model import ResultsModel as ResultsModelBase from ..base.results_model import ResultsModel as ResultsModelBase
from core_se.result_table import ResultTable from core_me.result_table import ResultTable
# Little hack to remove the 'marked' column which isn't there in the Qt GUI. # Little hack to remove the 'marked' column which isn't there in the Qt GUI.
del ResultTable.COLUMNS[0] del ResultTable.COLUMNS[0]