Fix Image saving bug

This commit is contained in:
Tim Bentley 2010-10-26 20:25:31 +01:00
parent d3e4cf7a2d
commit 7285490fcb

View File

@ -650,6 +650,9 @@ class ServiceManager(QtGui.QWidget):
.get_service_repr()})
if item[u'service_item'].uses_file():
for frame in item[u'service_item'].get_frames():
if item[u'service_item'].is_image():
path_from = frame[u'path']
else:
path_from = unicode(os.path.join(
frame[u'path'],
frame[u'title']))