openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #17251
[Merge] lp:~elderp/openlp/bug-1053017 into lp:openlp
Stevan Pettit has proposed merging lp:~elderp/openlp/bug-1053017 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #1053017 in OpenLP: "Settings import and export"
https://bugs.launchpad.net/openlp/+bug/1053017
For more details, see:
https://code.launchpad.net/~elderp/openlp/bug-1053017/+merge/125834
Added [crashreport] as a valid section when importing settings.
--
https://code.launchpad.net/~elderp/openlp/bug-1053017/+merge/125834
Your team OpenLP Core is requested to review the proposed merge of lp:~elderp/openlp/bug-1053017 into lp:openlp.
=== modified file 'openlp/core/ui/mainwindow.py'
--- openlp/core/ui/mainwindow.py 2012-09-06 13:49:47 +0000
+++ openlp/core/ui/mainwindow.py 2012-09-22 01:53:20 +0000
@@ -971,6 +971,7 @@
setting_sections.extend([self.themesSettingsSection])
setting_sections.extend([self.displayTagsSection])
setting_sections.extend([self.headerSection])
+ setting_sections.extend([u'crashreport'])
# Add plugin sections.
for plugin in self.pluginManager.plugins:
setting_sections.extend([plugin.name])
Follow ups