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

New commits:
commit 9006cefa1ec736875a858740a8b4faf52d32ecd8
Author: Jan Holesovsky <ke...@suse.cz>
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.
    
    Signed-off-by: Stefan Knorr <heinzless...@gmail.com>
    (cherry picked from commit 2009b20dec72c20a6f3fc1d9223c24e7a68d5ad2)
    
    Signed-off-by: Caolán McNamara <caol...@redhat.com>

diff --git a/solenv/bin/modules/installer/windows/property.pm 
b/solenv/bin/modules/installer/windows/property.pm
index e48d89c..33f312b 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
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to