← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~meths/openlp/trivialfixes into lp:openlp

 

Jon Tibble has proposed merging lp:~meths/openlp/trivialfixes into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)


Fix service loading
-- 
https://code.launchpad.net/~meths/openlp/trivialfixes/+merge/28769
Your team OpenLP Core is requested to review the proposed merge of lp:~meths/openlp/trivialfixes into lp:openlp.
=== modified file 'openlp/core/ui/servicemanager.py'
--- openlp/core/ui/servicemanager.py	2010-06-26 07:19:30 +0000
+++ openlp/core/ui/servicemanager.py	2010-06-29 16:11:25 +0000
@@ -662,7 +662,7 @@
         name = filename.split(os.path.sep)
         if filename:
             SettingsManager.set_last_dir(self.parent.serviceSettingsSection,
-                os.path.split(filename)[0])
+                name[0])
             zip = None
             file_to = None
             try:


Follow ups