filter/source/svg/presentation_engine.js |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e889c9b8bfafec4c8aaaa9af899eb0c4df52d897
Author:     Tor Lillqvist <t...@iki.fi>
AuthorDate: Mon Mar 28 14:51:43 2022 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Mon Mar 28 15:50:00 2022 +0200

    Make slideshow touch gestures work again in the mobile apps
    
    Need to s/lool/cool/ here, too.
    
    Change-Id: Ib6762f196ca2b1c2e8735c6ff3e591164d34fb0b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132204
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/filter/source/svg/presentation_engine.js 
b/filter/source/svg/presentation_engine.js
index 636fc3a50d37..370bacc5cd72 100644
--- a/filter/source/svg/presentation_engine.js
+++ b/filter/source/svg/presentation_engine.js
@@ -18622,8 +18622,8 @@ SlideShow.prototype.exitSlideShowInApp = function()
 {
     if (window.webkit !== undefined &&
         window.webkit.messageHandlers !== undefined &&
-        window.webkit.messageHandlers.lool !== undefined)
-        window.webkit.messageHandlers.lool.postMessage('EXITSLIDESHOW', '*');
+        window.webkit.messageHandlers.cool !== undefined)
+        window.webkit.messageHandlers.cool.postMessage('EXITSLIDESHOW', '*');
 }
 
 SlideShow.prototype.displaySlide = function( nNewSlide, bSkipSlideTransition )

Reply via email to