[Libreoffice-commits] .: solenv/bin
Andras Timar
timar at kemper.freedesktop.org
Thu Jun 21 03:52:41 PDT 2012
solenv/bin/modules/installer/windows/property.pm | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 6af68b494dafcc6822463a0445692929735eb0af
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