1
0
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:
Virgil Dupras
2012-01-13 16:34:21 -05:00
parent 58347bc36f
commit 9392f818cc
9 changed files with 13 additions and 31 deletions

View File

@@ -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: