openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #05331
[Merge] lp:~raoul-snyman/openlp/file-dialog into lp:openlp
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/file-dialog into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
#696979 Open Service dialog shows no files
https://bugs.launchpad.net/bugs/696979
For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/file-dialog/+merge/45160
Fix for bug #696979
--
https://code.launchpad.net/~raoul-snyman/openlp/file-dialog/+merge/45160
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/file-dialog into lp:openlp.
=== modified file 'openlp/core/ui/servicemanager.py'
--- openlp/core/ui/servicemanager.py 2011-01-02 13:57:55 +0000
+++ openlp/core/ui/servicemanager.py 2011-01-04 19:11:09 +0000
@@ -367,7 +367,7 @@
translate('OpenLP.ServiceManager', 'Open File'),
SettingsManager.get_last_dir(self.parent.serviceSettingsSection),
translate('OpenLP.ServiceManager',
- 'OpenLP Service Files (*.osz) (*.osz)')))
+ 'OpenLP Service Files (*.osz)')))
if not fileName:
return False
SettingsManager.set_last_dir(self.parent.serviceSettingsSection,
@@ -457,7 +457,7 @@
translate('OpenLP.ServiceManager', 'Save Service'),
SettingsManager.get_last_dir(self.parent.serviceSettingsSection),
translate('OpenLP.ServiceManager',
- 'OpenLP Service Files (*.osz) (*.osz)')))
+ 'OpenLP Service Files (*.osz)')))
if not fileName:
return False
if os.path.splitext(fileName)[1] == u'':
Follow ups