Go to previous effect instead of the previous slide.

This commit is contained in:
Tomas Groth 2015-04-01 21:38:42 +01:00
parent 3f8a7975ee
commit d627982bfe
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ class ImpressDocument(PresentationDocument):
""" """
Triggers the previous slide on the running presentation. Triggers the previous slide on the running presentation.
""" """
self.control.gotoPreviousSlide() self.control.gotoPreviousEffect()
def get_slide_text(self, slide_no): def get_slide_text(self, slide_no):
""" """