forked from openlp/openlp
Reverted a change that could introduce a bug!
This commit is contained in:
parent
054ec36e4a
commit
ce79049868
@ -661,8 +661,8 @@ class ServiceManager(QtGui.QWidget):
|
||||
filename = unicode(filename)
|
||||
name = filename.split(os.path.sep)
|
||||
if filename:
|
||||
SettingsManager.set_last_dir(
|
||||
self.parent.serviceSettingsSection, name[0])
|
||||
SettingsManager.set_last_dir(self.parent.serviceSettingsSection,
|
||||
os.path.split(filename)[0])
|
||||
zip = None
|
||||
file_to = None
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user