From e043da4979e8b9ca12cb9c02dd4029eaf2c21457 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 31 Jul 2015 04:38:13 -0400 Subject: 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 --- perl-install/install/steps_gtk.pm | 4 ---- 1 file changed, 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 { -- cgit v1.2.1