Fixed forgotten variable

bzr-revno: 1541
This commit is contained in:
Andreas Preikschat 2011-05-14 12:50:04 +02:00
commit b8ce93c505
1 changed files with 1 additions and 1 deletions

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