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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Feb 7 13:31:51 UTC 2019


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

New commits:
commit a6f2143edf43821c8c2f2c7d17eab97a8ed0a1b8
Author:     merttumer <mert.tumer at collabora.com>
AuthorDate: Thu Jan 24 18:30:31 2019 +0300
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Thu Feb 7 14:31:33 2019 +0100

    Fix Print is not shown on readonly mode
    
    Change-Id: I360633cdaefafad42605b28aeffbbe4061bc4bdb
    Signed-off-by: merttumer <mert.tumer at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/66876
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index c1ea59916..9a090f6c3 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -433,7 +433,7 @@ L.Control.Menubar = L.Control.extend({
 
 		allowedViewModeActions: [
 			'downloadas-pdf', 'downloadas-odt', 'downloadas-doc', 'downloadas-docx', 'downloadas-rtf', // file menu
-			'downloadas-odp', 'downloadas-ppt', 'downloadas-pptx', // file menu
+			'downloadas-odp', 'downloadas-ppt', 'downloadas-pptx', 'print', // file menu
 			'downloadas-ods', 'downloadas-xls', 'downloadas-xlsx', // file menu
 			'fullscreen', 'zoomin', 'zoomout', 'zoomreset', // view menu
 			'about', 'keyboard-shortcuts' // help menu


More information about the Libreoffice-commits mailing list