forked from openlp/openlp
Core will no longer start without this change if you have check for new version enabled.
bzr-revno: 2236
This commit is contained in:
commit
ba6cbc715f
@ -185,7 +185,7 @@ def check_latest_version(current_version):
|
||||
version_string = current_version[u'full']
|
||||
# set to prod in the distribution config file.
|
||||
settings = Settings()
|
||||
settings.beginGroup(u'general')
|
||||
settings.beginGroup(u'core')
|
||||
last_test = settings.value(u'last version test')
|
||||
this_test = unicode(datetime.now().date())
|
||||
settings.setValue(u'last version test', this_test)
|
||||
|
Loading…
Reference in New Issue
Block a user