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

697d25
From 005507845c65714b78de36a332a5037f2f4f1a51 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
697d25
index 6d54c81..04484eb 100644
697d25
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
697d25
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
697d25
@@ -5468,7 +5468,7 @@
697d25
         <info>
697d25
           <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