mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Pushed connect() calls in objc into the core.
--HG-- branch : objp
This commit is contained in:
@@ -17,6 +17,7 @@ class ProblemDialog(GUIObject, Broadcaster):
|
||||
Broadcaster.__init__(self)
|
||||
self._selected_dupe = None
|
||||
self.problem_table = ProblemTable(self)
|
||||
self.problem_table.connect()
|
||||
|
||||
def reveal_selected_dupe(self):
|
||||
if self._selected_dupe is not None:
|
||||
|
||||
Reference in New Issue
Block a user