diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-06 17:39:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-06 17:41:54 +0200 |
commit | cf0dd7b95d699264934ef1234ad8d1bc227974f9 (patch) | |
tree | 3a1da93a2c0ff8cb7f27a887f9b750d9b6badfe0 /extensions | |
parent | 11f7d6aca36b25fb0b225cd0c641cd4f09338672 (diff) |
Inadvertent omit of Events node from Jobs-onlineupdate.xcu
...causing update check to not run due to the missing JobList entry.
Change-Id: If855259ac86340763e4b0fa8266f011f8980d61b
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/update/check/org/openoffice/Office/Jobs.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/org/openoffice/Office/Jobs.xcu b/extensions/source/update/check/org/openoffice/Office/Jobs.xcu index cf2e1cc6f47d..722e8be5dce6 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"/> |