summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/globals.pm
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-10-25 06:38:06 -0700
committerAndras Timar <andras.timar@collabora.com>2013-10-25 07:32:52 -0700
commit7d97ec9a3eba9ceacbea631a56185e40b62fdec7 (patch)
tree765bb657349e4b15df04c61f517b9d5309dc42dc /solenv/bin/modules/installer/globals.pm
parent1d3661cf91cf45d40373b0034c30eb57b475ec91 (diff)
fdo#65102 respect user's choice not to install desktop icon
Using advertised shortcuts -- inspired by Intel AppUp Centre's requirement -- was not a good idea after all. I revert this, and I also revert the commit that actually disabled it in default Windows builds. This reverts commit aa2450cb51cfc3805c7a596b6b89d70bb133821e. This reverts commit b40012bd6d0b5387005253f1d3f03929ce4d1ac6.
Diffstat (limited to 'solenv/bin/modules/installer/globals.pm')
-rw-r--r--solenv/bin/modules/installer/globals.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/globals.pm b/solenv/bin/modules/installer/globals.pm
index 3cc3aeff9ea0..29ca75d63afd 100644
--- a/solenv/bin/modules/installer/globals.pm
+++ b/solenv/bin/modules/installer/globals.pm
@@ -186,6 +186,8 @@ BEGIN
$refresh_includepaths = 0;
$include_paths_read = 0;
@patchfilecollector = ();
+ @userregistrycollector = ();
+ $addeduserregitrykeys = 0;
$desktoplinkexists = 0;
$analyze_spellcheckerlanguage = 0;
%spellcheckerlanguagehash = ();