[PATCH] Change in core[libreoffice-4-0-0]: fdo#59798: MSI installer spurious space in version number

Michael Stahl (via Code Review) gerrit at gerrit.libreoffice.org
Thu Jan 24 05:36:41 PST 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1843

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/43/1843/1

fdo#59798: MSI installer spurious space in version number

(regression from e024a8d88dbca3a2d178ad88c069721a92156ddf)

Change-Id: I0a94f7265d310f0f5c48c747ffca49a7aeb05a01
(cherry picked from commit 3c0f360995741c16e93f49b1a1e771d0f4e40dc7)
Reviewed-on: https://gerrit.libreoffice.org/1840
Reviewed-by: Andras Timar <atimar at suse.com>
Tested-by: Andras Timar <atimar at suse.com>
(cherry picked from commit 72f0e26b6a5f7b3bb32d713227de189e0a7a2b4f)
---
M solenv/bin/modules/installer/windows/property.pm
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm
index 56f4ba5d..fddb6c4 100644
--- a/solenv/bin/modules/installer/windows/property.pm
+++ b/solenv/bin/modules/installer/windows/property.pm
@@ -167,7 +167,7 @@
     if ( $allvariables->{'PRODUCTEXTENSION'} )
     {
         $productextension = $allvariables->{'PRODUCTEXTENSION'};
-        $productname = $productname . " " . $productextension;
+        $productname = $productname . $productextension;
     }
 
     if ( $installer::globals::languagepack )

-- 
To view, visit https://gerrit.libreoffice.org/1843
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a94f7265d310f0f5c48c747ffca49a7aeb05a01
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0-0
Gerrit-Owner: Michael Stahl <mstahl at redhat.com>
Gerrit-Reviewer: Andras Timar <atimar at suse.com>



More information about the LibreOffice mailing list