[Libreoffice-commits] online.git: loolwsd.xml.in
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 16 10:44:21 UTC 2020
loolwsd.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit df4a241d0ff39d51812a0c5b3dbbc6f381c39774
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Apr 16 12:27:15 2020 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Apr 16 12:44:03 2020 +0200
Welcome: fix the default path of welcome message
Change-Id: I4661c005e8c284a16c708ee26d7922f5789c3e04
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92344
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index d22ec7e98..29b1ee083 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -116,7 +116,7 @@
<welcome>
<enable type="bool" desc="Controls whether the welcome screen should be shown to the users on new install and updates." default="@ENABLE_WELCOME_MESSAGE@">@ENABLE_WELCOME_MESSAGE@</enable>
- <path desc="Path to 'welcome-$lang.html' files served on first start or when the version changes. When empty, defaults to the Release notes." type="path" relative="true" default="loleaflet/welcome"></path>
+ <path desc="Path to 'welcome-$lang.html' files served on first start or when the version changes. When empty, defaults to the Release notes." type="path" relative="true" default="loleaflet/dist/welcome"></path>
</welcome>
<storage desc="Backend storage">
More information about the Libreoffice-commits
mailing list