openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #16435
[Merge] lp:~googol/openlp/bug-1021272 into lp:openlp
Andreas Preikschat has proposed merging lp:~googol/openlp/bug-1021272 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #1021272 in OpenLP: "Exporting settings fails with traceback in Build 2014"
https://bugs.launchpad.net/openlp/+bug/1021272
For more details, see:
https://code.launchpad.net/~googol/openlp/bug-1021272/+merge/113598
fixed bug 1021272 (Exporting settings fails with traceback in Build 2014)
--
https://code.launchpad.net/~googol/openlp/bug-1021272/+merge/113598
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/bug-1021272 into lp:openlp.
=== modified file 'openlp/core/ui/mainwindow.py'
--- openlp/core/ui/mainwindow.py 2012-06-26 16:14:42 +0000
+++ openlp/core/ui/mainwindow.py 2012-07-05 15:27:24 +0000
@@ -48,7 +48,7 @@
ShortcutListForm, FormattingTagForm
from openlp.core.ui.media import MediaController
from openlp.core.utils import AppLocation, add_actions, LanguageManager, \
- get_application_version
+ get_application_version, get_filesystem_encoding
from openlp.core.utils.actions import ActionList, CategoryOrder
from openlp.core.ui.firsttimeform import FirstTimeForm
from openlp.core.ui import ScreenList
Follow ups