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

New commits:
commit 6abaf44f813e76d80e76b5f42504e772de8c211b
Author: Jan Holesovsky <[email protected]>
Date:   Thu Aug 16 18:19:39 2012 +0200

    Revert "fdo#49919 Don't default to desktop pollution"
    
    If somebody made a mistake in his / her preferences during installation, it
    is much easier to remove the unwanted icon, than to add it.
    
    This reverts commit 6af68b494dafcc6822463a0445692929735eb0af.

diff --git a/solenv/bin/modules/installer/windows/property.pm 
b/solenv/bin/modules/installer/windows/property.pm
index 62919a1..7d4ba0d 100644
--- a/solenv/bin/modules/installer/windows/property.pm
+++ b/solenv/bin/modules/installer/windows/property.pm
@@ -324,6 +324,9 @@ 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
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to