← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~trb143/openlp/cleanup into lp:openlp

 

Tim Bentley has proposed merging lp:~trb143/openlp/cleanup into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~trb143/openlp/cleanup/+merge/159965

Core will no longer start without this change if you have check for new version enabled. 
-- 
https://code.launchpad.net/~trb143/openlp/cleanup/+merge/159965
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/cleanup into lp:openlp.
=== modified file 'openlp/core/utils/__init__.py'
--- openlp/core/utils/__init__.py	2013-04-20 20:25:06 +0000
+++ openlp/core/utils/__init__.py	2013-04-21 07:08:25 +0000
@@ -185,7 +185,7 @@
     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)


Follow ups