You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by tr...@apache.org on 2020/10/31 23:37:52 UTC

[openoffice] 03/03: Fix #i127774# Updating 4.1.5 to 4.2.0 fails with error

This is an automated email from the ASF dual-hosted git repository.

truckman pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit a4f1bfeeff787044d837fdb2375117a5aeed8a04
Author: Don Lewis <tr...@apache.org>
AuthorDate: Sat Oct 31 16:35:46 2020 -0700

    Fix #i127774# Updating 4.1.5 to 4.2.0 fails with error
    
    Add missing ',' delimiter.  Commas appear to be mandatory between gids
    in the file list.  If a comma is omitted, then the adjacent gid names
    are concatenated.  Trailing commas do not appear to cause any problems.
---
 main/scp2/source/gnome/module_gnome.scp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/scp2/source/gnome/module_gnome.scp b/main/scp2/source/gnome/module_gnome.scp
index 6170e19..b2ea990 100644
--- a/main/scp2/source/gnome/module_gnome.scp
+++ b/main/scp2/source/gnome/module_gnome.scp
@@ -44,7 +44,7 @@ Module gid_Module_Optional_Gnome
       gid_File_Lib_GIO,
 #endif
 #ifdef ENABLE_GCONF
-      gid_File_Lib_Gconfbe
+      gid_File_Lib_Gconfbe,
 #endif
 #if (defined ENABLE_GNOMEVFS && defined ENABLE_LOCKDOWN) || defined ENABLE_GIO
       gid_File_Share_Registry_Gnome_Xcd