fixed attribute error

This commit is contained in:
Andreas Preikschat 2011-05-13 22:59:14 +02:00
parent a06c25c66c
commit b04e688647

View File

@ -252,7 +252,7 @@ class ImpressDocument(PresentationDocument):
window.setVisible(False)
self.presentation = self.document.getPresentation()
self.presentation.Display = \
self.controller.plugin.renderer.screens.current_display + 1
self.controller.plugin.renderer.screens.current[u'number'] + 1
self.control = None
self.create_thumbnails()
return True