forked from openlp/openlp
Fix service loading
bzr-revno: 899
This commit is contained in:
commit
0b48e66466
@ -662,7 +662,7 @@ class ServiceManager(QtGui.QWidget):
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user