mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Removed view arguments from core.gui classes's init methods.
--HG-- branch : objp
This commit is contained in:
@@ -53,7 +53,7 @@ class DupeRow(Row):
|
||||
|
||||
class ResultTable(GUIObject, GUITable):
|
||||
def __init__(self, app):
|
||||
GUIObject.__init__(self, None, app)
|
||||
GUIObject.__init__(self, app)
|
||||
GUITable.__init__(self)
|
||||
self.columns = Columns(self, prefaccess=app, savename='ResultTable')
|
||||
self._power_marker = False
|
||||
|
||||
Reference in New Issue
Block a user