[Libreoffice-commits] .: officecfg/registry

Lionel Elie Mamane lmamane at kemper.freedesktop.org
Sun Nov 13 07:44:58 PST 2011


 officecfg/registry/data/org/openoffice/Office/Common.xcu   |    7 ++++++-
 officecfg/registry/schema/org/openoffice/Office/Common.xcs |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 8f8f59ba08834517a1e6f65044cf200b7d8f9736
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sun Nov 13 16:43:39 2011 +0100

    Set preference View/NewDocumentHandling/ForceFocusAndToFront only on Windows

diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 5b94fcf..215999a 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -34,6 +34,11 @@
         <value install:module="wnt">1</value>
       </prop>
     </node>
+    <node oor:name="NewDocumentHandling">
+      <prop oor:name="ForceFocusAndToFront">
+        <value install:module="wnt">true</value>
+      </prop>
+    </node>
     <node oor:name="Localisation">
       <prop oor:name="AutoMnemonic">
         <value xml:lang="x-no-translate">true</value>
@@ -98,7 +103,7 @@
           <value xml:lang="tr">13</value>
           <value xml:lang="zh-CN">13</value>
           <value xml:lang="zh-TW">13</value>
-    </prop>
+      </prop>
     </node>
     <node oor:name="FontAntiAliasing" install:module="gconflockdown">
       <prop oor:name="Enabled">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 74e0c0f..df838f7 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -2633,7 +2633,7 @@
 						<author>CD</author>
 						<desc>Every new document window will be forced to front and grabs the focus.</desc>
 					</info>
-					<value>true</value>
+					<value>false</value>
 				</prop>
 			</group>
 			<group oor:name="AppWindow">


More information about the Libreoffice-commits mailing list