Blame SOURCES/0001-disble-tip-of-the-day-dialog-by-default.patch

d289e2
From d6e2cdb0023e422546e3ece5bf9915f7c490ced8 Mon Sep 17 00:00:00 2001
697d25
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
697d25
Date: Fri, 20 Mar 2020 14:24:05 +0000
697d25
Subject: [PATCH] disble tip-of-the-day dialog by default
697d25
697d25
Change-Id: Ie7f0e3fe3dda12c2ec88c376d2b57419253ae5cf
697d25
---
697d25
 officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +-
697d25
 1 file changed, 1 insertion(+), 1 deletion(-)
697d25
697d25
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
d289e2
index e7c339e2e22e..9aa88ef1aa02 100644
697d25
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
697d25
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
d289e2
@@ -5570,7 +5570,7 @@
697d25
         <info>
d289e2
           <desc>Determines whether the Tip-of-the-Day dialog is shown on startup.</desc>
697d25
         </info>
697d25
-        <value>true</value>
697d25
+        <value>false</value>
697d25
       </prop>
697d25
       <prop oor:name="LastTipOfTheDayShown" oor:type="xs:int" oor:nillable="false">
697d25
           <info>
697d25
-- 
697d25
2.24.1
697d25