[Libreoffice-commits] .: Branch 'libreoffice-3-6' - solenv/bin

Andras Timar timar at kemper.freedesktop.org
Thu Jun 21 03:57:04 PDT 2012


 solenv/bin/modules/installer/windows/property.pm |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit e23f0209535123d9cc0cf60b2359e63e5d672179
Author: Andras Timar <atimar at suse.com>
Date:   Thu Jun 21 12:50:39 2012 +0200

    fdo#49919 Don't default to desktop pollution
    
    Change-Id: I4b9fda0f81d43cab80a015a2eb7374a94f3da7de

diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm
index 32195e1..9f29195 100644
--- a/solenv/bin/modules/installer/windows/property.pm
+++ b/solenv/bin/modules/installer/windows/property.pm
@@ -324,9 +324,6 @@ sub set_important_properties
     {
         my $onepropertyline = "DESKTOPLINKEXISTS" . "\t" . "1" . "\n";
         push(@{$propertyfile}, $onepropertyline);
-
-        $onepropertyline = "CREATEDESKTOPLINK" . "\t" . "1" . "\n"; # Setting the default
-        push(@{$propertyfile}, $onepropertyline);
     }
 
     if ( $installer::globals::patch )


More information about the Libreoffice-commits mailing list