diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-09 09:47:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-09 12:16:57 +0100 |
commit | 5a44320a4d8c7893f596ba2ad1ef2db33fdc8b5c (patch) | |
tree | 2f0d98f746276c9847ee40a105f87363cd319470 /postprocess | |
parent | 526f80404c87a41fe46cf5694b32b469875e5c6d (diff) |
Related: fdo#30763 always fill in default name under GNOME
regardless of whether lockdown is in effect.
Change-Id: I3c5d3aba89f8cedb6e3e4bd2ecc1af954a953306
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packregistry/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index 1749b5f345eb..3c63d1f7a586 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -307,6 +307,7 @@ MY_FILES_main += \ $(MY_MOD)/org/openoffice/Office/Common-unx.xcu \ $(MY_MOD)/org/openoffice/Office/Paths-unixdesktop.xcu \ $(MY_MOD)/org/openoffice/Office/Paths-unxwnt.xcu \ + $(MY_MOD)/org/openoffice/UserProfile-unixdesktop.xcu \ $(MY_MOD)/org/openoffice/VCL-unixdesktop.xcu # Inet-unixdesktop.xcu must come after Inet.xcu # VCL-unixdesktop.xcu must come after VCL.xcu @@ -466,7 +467,6 @@ MY_DEPS_gnome = main MY_FILES_gnome += \ $(MY_MOD)/org/openoffice/Office/Common-gconflockdown.xcu \ $(MY_MOD)/org/openoffice/Office/Recovery-gconflockdown.xcu \ - $(MY_MOD)/org/openoffice/UserProfile-gconflockdown.xcu \ $(MY_MOD)/org/openoffice/VCL-gconflockdown.xcu .END .IF "$(ENABLE_GIO)" == "TRUE" |