diff options
-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 { |