officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fefc8dd41ee6dfb2f68d23d5fb9e843dc9e7d09e
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Wed Mar 30 11:08:43 2022 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Mar 30 11:13:32 2022 +0200

    [MIMO] disable Donate and GetInvolved infobars
    
    Change-Id: I991cf07a89b417fde332fb665a5d2df9930015a4

diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs 
b/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs
index a7f996dc4ed8..431176a6d95a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs
@@ -34,13 +34,13 @@
         <info>
           <desc>Whether the Infobar showing the call for donations is 
enabled</desc>
         </info>
-        <value>true</value>
+        <value>false</value>
       </prop>
       <prop oor:name="GetInvolved" oor:type="xs:boolean" oor:nillable="false">
         <info>
           <desc>Whether the Infobar showing the call to 'Get Involved' is 
enabled</desc>
         </info>
-        <value>true</value>
+        <value>false</value>
       </prop>
       <prop oor:name="HyphenationMissing" oor:type="xs:boolean" 
oor:nillable="false">
         <info>

Reply via email to