[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/src

gokaysatir (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 10 00:11:41 UTC 2020


 loleaflet/src/control/Control.StatusBar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c41bb0f40c5b71eda323544f3d246b7053cdf07e
Author:     gokaysatir <gokaysatir at collabora.com>
AuthorDate: Thu Jul 16 12:57:37 2020 +0300
Commit:     Aron Budea <aron.budea at collabora.com>
CommitDate: Mon Aug 10 02:11:22 2020 +0200

    loleaflet: Status bar quick views don't work.
    
    Change-Id: I68253955a97a79f7ccfecff9d3e26cb5e4a2032b
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98888
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Henry Castro <hcastro at collabora.com>
    (cherry picked from commit bd28756cde488747bac8f2d1e08d100f974468e9)
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100355
    Reviewed-by: Aron Budea <aron.budea at collabora.com>

diff --git a/loleaflet/src/control/Control.StatusBar.js b/loleaflet/src/control/Control.StatusBar.js
index 59f567ad7..e9696243d 100644
--- a/loleaflet/src/control/Control.StatusBar.js
+++ b/loleaflet/src/control/Control.StatusBar.js
@@ -169,7 +169,7 @@ L.Control.StatusBar = L.Control.extend({
 					}
 				};
 				this.map.sendUnoCommand('.uno:StatusBarFunc', command);
-			});
+			}.bind(this));
 		}
 		else if (id === 'userlist') {
 			this.map.fire('openuserlist');


More information about the Libreoffice-commits mailing list