Removed some code duplication.

This commit is contained in:
Virgil Dupras 2011-09-03 13:28:36 -04:00
parent 47c9d39150
commit 4b9cba4d7f
1 changed files with 1 additions and 1 deletions

View File

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