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

Updated hscommon and adapted to changes in hscommon.gui.table.Table.refresh().

This commit is contained in:
Virgil Dupras
2010-11-24 16:12:10 +01:00
parent 6770d22438
commit 95efac187b
5 changed files with 5 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
# http://www.hardcoded.net/licenses/bsd_license
from hscommon.notify import Listener
from hsgui.table import GUITable, Row
from hscommon.gui.table import GUITable, Row
class ProblemTable(GUITable, Listener):
def __init__(self, view, problem_dialog):
@@ -31,7 +31,6 @@ class ProblemTable(GUITable, Listener):
#--- Event handlers
def problems_changed(self):
self.refresh()
self.view.refresh()
class ProblemRow(Row):