Skip to content

Commit

Permalink
Plugin installer sip update
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jun 8, 2013
1 parent af52ffa commit f136f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyplugin_installer/installer_data.py
Expand Up @@ -326,7 +326,7 @@ def timeForChecking(self):
if self.checkingOnStartInterval() == 0:
return True
settings = QSettings()
interval = settings.value(settingsGroup+"/checkOnStartLastDate").toDate().daysTo(QDate.currentDate())
interval = settings.value(settingsGroup+"/checkOnStartLastDate",type=QDate).daysTo(QDate.currentDate())
if interval >= self.checkingOnStartInterval():
return True
else:
Expand Down

0 comments on commit f136f42

Please sign in to comment.