summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-07-31 04:38:13 -0400
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-08-27 18:17:21 +0200
commite043da4979e8b9ca12cb9c02dd4029eaf2c21457 (patch)
tree56d5c379e211dc79625ee7b6fdcd954e64329963
parent71045e481971d5e18104e1bdbd0335d4b2e05eee (diff)
downloaddrakx-e043da4979e8b9ca12cb9c02dd4029eaf2c21457.tar
drakx-e043da4979e8b9ca12cb9c02dd4029eaf2c21457.tar.gz
drakx-e043da4979e8b9ca12cb9c02dd4029eaf2c21457.tar.bz2
drakx-e043da4979e8b9ca12cb9c02dd4029eaf2c21457.tar.xz
drakx-e043da4979e8b9ca12cb9c02dd4029eaf2c21457.zip
do not "restore" mouse cursor on the window
we haven't set it to 'wait' for a very long time and this can causes a crash if we don't own it (mga#15729) should have been done in commit 4998a6d4c66c42d8522ddaf36cda5ccb9dd964e9
-rw-r--r--perl-install/install/steps_gtk.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 90368bbee..999120e91 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -615,10 +615,6 @@ sub installPackages {
$details->hide if !@install::any::advertising_images;
$w->sync;
- foreach ($cancel, $details) {
- gtkset_mousecursor_normal($_->get_window);
- }
-
$advertize->(0);
local *install::steps::installCallback = sub {