1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Fixed prioritize dialog which was broken.

This commit is contained in:
Virgil Dupras
2012-03-19 16:52:08 -04:00
parent 1f312d8532
commit c63df97dd6
3 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ class CriterionCategoryList(GUISelectableList):
def _update_selection(self):
self.dialog.select_category(self.dialog.categories[self.selected_index])
GUISelectableList._update_selection(self)
class PrioritizationList(GUISelectableList):
def __init__(self, dialog):