openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #16065
[Merge] lp:~googol/openlp/bug-1014684 into lp:openlp
Andreas Preikschat has proposed merging lp:~googol/openlp/bug-1014684 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #1014684 in OpenLP: "OpenLP doesn't start on Windows XP"
https://bugs.launchpad.net/openlp/+bug/1014684
For more details, see:
https://code.launchpad.net/~googol/openlp/bug-1014684/+merge/110862
- fixed 1014684 (OpenLP doesn't start on Windows XP)
--
https://code.launchpad.net/~googol/openlp/bug-1014684/+merge/110862
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/bug-1014684 into lp:openlp.
=== modified file 'openlp/core/ui/firsttimeform.py'
--- openlp/core/ui/firsttimeform.py 2012-05-29 12:59:11 +0000
+++ openlp/core/ui/firsttimeform.py 2012-06-18 17:03:19 +0000
@@ -114,7 +114,7 @@
Set up display at start of theme edit.
"""
self.restart()
- check_directory_exists(os.path.join(gettempdir(), u'openlp'))
+ check_directory_exists(os.path.join(uniocde(gettempdir()), u'openlp'))
self.noInternetFinishButton.setVisible(False)
# Check if this is a re-run of the wizard.
self.hasRunWizard = Settings().value(
Follow ups