openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #01229
[Merge] lp:~raoul-snyman/openlp/biblefixes into lp:openlp
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/biblefixes into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Fixed a bug in a previous bugfix.
--
https://code.launchpad.net/~raoul-snyman/openlp/biblefixes/+merge/21812
Your team OpenLP Core is subscribed to branch lp:openlp.
=== modified file 'openlp/plugins/bibles/forms/importwizardform.py'
--- openlp/plugins/bibles/forms/importwizardform.py 2010-03-21 14:38:30 +0000
+++ openlp/plugins/bibles/forms/importwizardform.py 2010-03-21 20:39:17 +0000
@@ -347,8 +347,8 @@
self.BibleComboBox.currentText()]
importer = self.manager.import_bible(BibleFormat.WebDownload,
name=unicode(self.field(u'license_version').toString(), u'utf8'),
- download_source=unicode(DownloadLocation.get_name(download_location)),
- download_name=unicode(bible, u'utf8'),
+ download_source=DownloadLocation.get_name(download_location),
+ download_name=bible,
proxy_server=unicode(self.field(u'proxy_server').toString(), u'utf8'),
proxy_username=unicode(self.field(u'proxy_username').toString(), u'utf8'),
proxy_password=unicode(self.field(u'proxy_password').toString(), u'utf8')
Follow ups