Fix service loading

This commit is contained in:
Jon Tibble 2010-06-29 17:07:45 +01:00
parent e4c340b4b9
commit c0a924e304

View File

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