[Libreoffice-commits] .: extensions/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Sep 6 08:42:52 PDT 2012


 extensions/source/update/check/org/openoffice/Office/Jobs.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cf0dd7b95d699264934ef1234ad8d1bc227974f9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Sep 6 17:39:10 2012 +0200

    Inadvertent omit of Events node from Jobs-onlineupdate.xcu
    
    ...causing update check to not run due to the missing JobList entry.
    
    Change-Id: If855259ac86340763e4b0fa8266f011f8980d61b

diff --git a/extensions/source/update/check/org/openoffice/Office/Jobs.xcu b/extensions/source/update/check/org/openoffice/Office/Jobs.xcu
index cf2e1cc..722e8be 100644
--- a/extensions/source/update/check/org/openoffice/Office/Jobs.xcu
+++ b/extensions/source/update/check/org/openoffice/Office/Jobs.xcu
@@ -31,7 +31,7 @@
             </node>
         </node>
     </node>
-    <node oor:name="Events">
+    <node oor:name="Events" install:module="onlineupdate">
         <node oor:name="onFirstVisibleTask" oor:op="fuse">
             <node oor:name="JobList">
                 <node oor:name="UpdateCheck" oor:op="replace"/>


More information about the Libreoffice-commits mailing list