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)

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to