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

Create the extra fairware reminder on-the-fly rather than on launch time.

--HG--
branch : objp
This commit is contained in:
Virgil Dupras
2012-01-15 17:31:15 -05:00
parent baa2177439
commit 1b571f6fd2
6 changed files with 11 additions and 10 deletions

View File

@@ -26,7 +26,6 @@ from hscommon.trans import tr
from . import directories, results, scanner, export, fs
from .gui.details_panel import DetailsPanel
from .gui.directory_tree import DirectoryTree
from .gui.extra_fairware_reminder import ExtraFairwareReminder
from .gui.problem_dialog import ProblemDialog
from .gui.stats_label import StatsLabel
@@ -107,7 +106,6 @@ class DupeGuru(RegistrableApplication, Broadcaster):
self.selected_dupes = []
self.details_panel = DetailsPanel(self)
self.directory_tree = DirectoryTree(self)
self.extra_fairware_reminder = ExtraFairwareReminder(self)
self.problem_dialog = ProblemDialog(self)
self.stats_label = StatsLabel(self)
self.result_table = self._create_result_table()