[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - desktop/source

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 3 12:48:22 UTC 2020


 desktop/source/lib/init.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0222acda8872b1edef2b8f6417b4a5db8a6bbbe0
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Mon Mar 16 19:02:00 2020 +0100
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Fri Jul 3 14:47:47 2020 +0200

    jsdialog: optimization, use latest state, ignore previous
    
    Change-Id: Id637accc4f006ae6206b4e87a44b30d1a8340723
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97849
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 0eb6b45a0d03..68c5430113bc 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1524,6 +1524,7 @@ void CallbackFlushHandler::queue(const int type, const char* data)
             case LOK_CALLBACK_TEXT_VIEW_SELECTION:
             case LOK_CALLBACK_VIEW_CURSOR_VISIBLE:
             case LOK_CALLBACK_CALC_FUNCTION_LIST:
+            case LOK_CALLBACK_JSDIALOG:
             {
                 const int nViewId = lcl_getViewId(payload);
                 removeAll(


More information about the Libreoffice-commits mailing list