openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #13955
[Merge] lp:~mahfiaz/openlp/support-394 into lp:openlp
mahfiaz has proposed merging lp:~mahfiaz/openlp/support-394 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~mahfiaz/openlp/support-394/+merge/90985
It should fix that traceback when exporting configuration on OSX: http://support.openlp.org/issues/394
--
https://code.launchpad.net/~mahfiaz/openlp/support-394/+merge/90985
Your team OpenLP Core is requested to review the proposed merge of lp:~mahfiaz/openlp/support-394 into lp:openlp.
=== modified file 'openlp/core/ui/mainwindow.py'
--- openlp/core/ui/mainwindow.py 2011-12-27 10:33:55 +0000
+++ openlp/core/ui/mainwindow.py 2012-01-31 23:52:25 +0000
@@ -1059,7 +1059,6 @@
export_settings.endGroup()
# Write all the sections and keys.
for section_key in keys:
- section, key = section_key.split(u'/')
key_value = settings.value(section_key)
export_settings.setValue(section_key, key_value)
export_settings.sync()
Follow ups