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

Caolán McNamara caolan at kemper.freedesktop.org
Fri Aug 17 02:00:51 PDT 2012


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

New commits:
commit 9006cefa1ec736875a858740a8b4faf52d32ecd8
Author: Jan Holesovsky <kendy at 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 <heinzlesspam at gmail.com>
    (cherry picked from commit 2009b20dec72c20a6f3fc1d9223c24e7a68d5ad2)
    
    Signed-off-by: Caolán McNamara <caolanm at 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 )


More information about the Libreoffice-commits mailing list