diff options
author | damien <damien@mandriva.com> | 2001-04-18 06:07:05 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-04-18 06:07:05 +0000 |
commit | 7a7e11261ee8c06ad523edf1e58b964ecd735ea9 (patch) | |
tree | b01831d860bb36570e3a439b040340684c3153b8 | |
parent | cd4ab35739aa22999c433b42c1f9dfec36d146e2 (diff) | |
download | drakx-backup-do-not-use-7a7e11261ee8c06ad523edf1e58b964ecd735ea9.tar drakx-backup-do-not-use-7a7e11261ee8c06ad523edf1e58b964ecd735ea9.tar.gz drakx-backup-do-not-use-7a7e11261ee8c06ad523edf1e58b964ecd735ea9.tar.bz2 drakx-backup-do-not-use-7a7e11261ee8c06ad523edf1e58b964ecd735ea9.tar.xz drakx-backup-do-not-use-7a7e11261ee8c06ad523edf1e58b964ecd735ea9.zip |
corrected cursor on details
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 4847fdb7d..539d2f1e5 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -581,7 +581,7 @@ sub installPackages { $w->sync; $msg->set(_("Please wait, preparing installation")); gtkset_mousecursor_normal($cancel->window); - + gtkset_mousecursor_normal($details->window); my $advertize = sub { @install_any::advertising_images or return; $show_advertising ? $_->hide : $_->show foreach $msg, $progress, $text; |