Fix reference to none object

bzr-revno: 1292
Fixes: https://launchpad.net/bugs/716843
This commit is contained in:
Tim Bentley 2011-02-11 18:14:02 +00:00
commit f1fe86250a
1 changed files with 1 additions and 1 deletions

View File

@ -876,7 +876,7 @@ class SlideController(QtGui.QWidget):
using *Blank to Theme*.
"""
log.debug(u'updatePreview %s ' % self.screens.current[u'primary'])
if not self.screens.current[u'primary'] and \
if not self.screens.current[u'primary'] and self.serviceItem and \
self.serviceItem.is_capable(ItemCapabilities.ProvidesOwnDisplay):
# Grab now, but try again in a couple of seconds if slide change
# is slow