Fix service loading

bzr-revno: 899
This commit is contained in:
Jon Tibble 2010-06-29 17:14:50 +01:00
commit 0b48e66466
1 changed files with 1 additions and 1 deletions

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: