← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~meths/openlp/trivialfixes into lp:openlp

 

Jon Tibble has proposed merging lp:~meths/openlp/trivialfixes into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)


Fix version check (Bug #597121)
-- 
https://code.launchpad.net/~meths/openlp/trivialfixes/+merge/28207
Your team OpenLP Core is requested to review the proposed merge of lp:~meths/openlp/trivialfixes into lp:openlp.
=== modified file 'openlp/core/utils/__init__.py'
--- openlp/core/utils/__init__.py	2010-06-22 12:32:15 +0000
+++ openlp/core/utils/__init__.py	2010-06-22 16:20:46 +0000
@@ -153,7 +153,6 @@
     settings.setValue(u'last version test', QtCore.QVariant(this_test))
     settings.endGroup()
     if last_test != this_test:
-        version_string = u''
         if current_version[u'build']:
             req = urllib2.Request(
                 u'http://www.openlp.org/files/dev_version.txt')


Follow ups