diff options
author | Jesús Corrius <jcorrius@gmail.com> | 2013-09-25 22:24:38 +0200 |
---|---|---|
committer | Jesús Corrius <jcorrius@gmail.com> | 2013-09-25 22:35:08 +0200 |
commit | fa52e16b3fb1b8b051f8f64a52c126ba3cbf4d54 (patch) | |
tree | 2d61bf5e65eb7365749e3c788fde8f933b1fe6da /officecfg/registry | |
parent | 702717328fe6f5cb6c29649350094e97ce32f7a7 (diff) |
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
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index ef0e765431b5..0eb3e6414f77 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"> |