diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-07-31 04:38:13 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-27 18:17:21 +0200 |
commit | e043da4979e8b9ca12cb9c02dd4029eaf2c21457 (patch) | |
tree | 56d5c379e211dc79625ee7b6fdcd954e64329963 /perl-install | |
parent | 71045e481971d5e18104e1bdbd0335d4b2e05eee (diff) | |
download | drakx-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
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 4 |
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 { |