diff --git a/openlp/plugins/presentations/lib/impresscontroller.py b/openlp/plugins/presentations/lib/impresscontroller.py index cb2cad141..cdd6d162c 100644 --- a/openlp/plugins/presentations/lib/impresscontroller.py +++ b/openlp/plugins/presentations/lib/impresscontroller.py @@ -252,7 +252,7 @@ class ImpressDocument(PresentationDocument): try: self.presentation.Display = ScreenList().current['number'] + 1 except: - log.debug('Unable to load the current display') + self.presentation.Display = 1 self.control = None self.create_thumbnails() self.create_titles_and_notes() @@ -494,5 +494,4 @@ class ImpressDocument(PresentationDocument): note = ' ' notes.append(note) self.save_titles_and_notes(titles,notes) - return - + return \ No newline at end of file