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

New commits:
commit 6af68b494dafcc6822463a0445692929735eb0af
Author: Andras Timar <ati...@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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to