fixed bug

This commit is contained in:
Andreas Preikschat 2013-01-20 13:37:34 +01:00
parent e762e3b672
commit 9e2ae12ad0
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ class ServiceItem(object):
self._raw_frames.append(slide)
elif self.service_item_type == ServiceItemType.Image:
settingsSection = serviceitem[u'serviceitem'][u'header'][u'name']
background = QtGui.QColor(Settings().value(settingsSection + u'/background color', u'#000000'))
background = QtGui.QColor(Settings().value(settingsSection + u'/background color'))
if path:
self.has_original_files = False
for text_image in serviceitem[u'serviceitem'][u'data']: