From 4b9cba4d7fb24e9d536bfe56edc0e5b7611f383e Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 3 Sep 2011 13:28:36 -0400 Subject: [PATCH] Removed some code duplication. --- qt/base/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/base/app.py b/qt/base/app.py index 772adc9a..69713222 100644 --- a/qt/base/app.py +++ b/qt/base/app.py @@ -83,7 +83,7 @@ class DupeGuru(DupeGuruBase, QObject): self.reg = Registration(self) self.set_registration(self.prefs.registration_code, self.prefs.registration_email) - if not self.registered and self.unpaid_hours >= 1: + if self.should_show_fairware_reminder: # The timer scheme is because if the nag is not shown before the application is # completely initialized, the nag will be shown before the app shows up in the task bar # In some circumstances, the nag is hidden by other window, which may make the user think