← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~trb143/openlp/bug-1266271 into lp:openlp/2.0

 

Tim Bentley has proposed merging lp:~trb143/openlp/bug-1266271 into lp:openlp/2.0.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  Bug #1266271 in OpenLP: "Output display returns after pressing esc when looping slides"
  https://bugs.launchpad.net/openlp/+bug/1266271

For more details, see:
https://code.launchpad.net/~trb143/openlp/bug-1266271/+merge/202193
-- 
https://code.launchpad.net/~trb143/openlp/bug-1266271/+merge/202193
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/bug-1266271 into lp:openlp/2.0.
=== modified file 'openlp/core/ui/slidecontroller.py'
--- openlp/core/ui/slidecontroller.py	2014-01-02 20:58:13 +0000
+++ openlp/core/ui/slidecontroller.py	2014-01-18 08:08:37 +0000
@@ -528,6 +528,7 @@
     def liveEscape(self):
         self.display.setVisible(False)
         self.mediaController.video_stop([self])
+        self.onPlaySlidesLoop(False)
 
     def toggleDisplay(self, action):
         """


References