From d627982bfee69f94d463cda2d754e6d5a8dda7c8 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Wed, 1 Apr 2015 21:38:42 +0100 Subject: [PATCH] Go to previous effect instead of the previous slide. --- openlp/plugins/presentations/lib/impresscontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/presentations/lib/impresscontroller.py b/openlp/plugins/presentations/lib/impresscontroller.py index 0d87b9543..d70dfc8a4 100644 --- a/openlp/plugins/presentations/lib/impresscontroller.py +++ b/openlp/plugins/presentations/lib/impresscontroller.py @@ -428,7 +428,7 @@ class ImpressDocument(PresentationDocument): """ Triggers the previous slide on the running presentation. """ - self.control.gotoPreviousSlide() + self.control.gotoPreviousEffect() def get_slide_text(self, slide_no): """