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)
|
filename = unicode(filename)
|
||||||
name = filename.split(os.path.sep)
|
name = filename.split(os.path.sep)
|
||||||
if filename:
|
if filename:
|
||||||
SettingsManager.set_last_dir(
|
SettingsManager.set_last_dir(self.parent.serviceSettingsSection,
|
||||||
self.parent.serviceSettingsSection, name[0])
|
os.path.split(filename)[0])
|
||||||
zip = None
|
zip = None
|
||||||
file_to = None
|
file_to = None
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user