officecfg/registry/data/org/openoffice/Office/Common.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fa52e16b3fb1b8b051f8f64a52c126ba3cbf4d54
Author: Jesús Corrius <[email protected]>
Date:   Wed Sep 25 22:24:38 2013 +0200

    don't steal the focus after loading a document
    
    to reproduce it, just load a large document and meanwhile
    change the focus to another window. when the libreoffice
    document ends loading, the libreoffice window will be
    bought into foreground and steal the focus
    
    Change-Id: Id4b9be67270c17523d9dabf452fa321de660f808

diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu 
b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index ef0e765..0eb3e64 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -27,7 +27,7 @@
     </node>
     <node oor:name="NewDocumentHandling">
       <prop oor:name="ForceFocusAndToFront">
-        <value install:module="wnt">true</value>
+        <value install:module="wnt">false</value>
       </prop>
     </node>
     <node oor:name="Localisation">
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to