openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #20027
[Merge] lp:~googol/openlp/bug-1146964-2.0 into lp:openlp/2.0
Andreas Preikschat has proposed merging lp:~googol/openlp/bug-1146964-2.0 into lp:openlp/2.0.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #1146964 in OpenLP: "Attach button on exception form does not work "
https://bugs.launchpad.net/openlp/+bug/1146964
For more details, see:
https://code.launchpad.net/~googol/openlp/bug-1146964-2.0/+merge/154178
- fixed bug 1146964 ('Attach button on exception form does not work')
Please test this (and not just review the code)... Because I am not sure why that is broken! (I mean we do this in several places and it always worked.)
--
https://code.launchpad.net/~googol/openlp/bug-1146964-2.0/+merge/154178
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/bug-1146964-2.0 into lp:openlp/2.0.
=== modified file 'openlp/core/ui/exceptionform.py'
--- openlp/core/ui/exceptionform.py 2012-12-30 19:41:24 +0000
+++ openlp/core/ui/exceptionform.py 2013-03-19 19:14:19 +0000
@@ -219,7 +219,7 @@
self,translate('ImagePlugin.ExceptionDialog',
'Select Attachment'),
SettingsManager.get_last_dir(u'exceptions'),
- u'%s (*.*) (*)' % UiStrings().AllFiles)
+ u'%s (*.*)' % UiStrings().AllFiles)
log.info(u'New files(s) %s', unicode(files))
if files:
self.fileAttachment = unicode(files)
Follow ups