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

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