Reverted a change that could introduce a bug!

This commit is contained in:
Raoul Snyman 2010-06-20 14:12:49 +02:00
parent 054ec36e4a
commit ce79049868
1 changed files with 2 additions and 2 deletions

View File

@ -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: