diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-22 11:26:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-22 11:26:53 +0000 |
commit | 5ccb00978c203295c4bf726a9530c8d696a9f286 (patch) | |
tree | 91ffea3e43557824bdc775e8b122af2320004961 /perl-install/install_steps_gtk.pm | |
parent | 8507f5529c1fa95cf068076001adc1dbdc91e4fc (diff) | |
download | drakx-5ccb00978c203295c4bf726a9530c8d696a9f286.tar drakx-5ccb00978c203295c4bf726a9530c8d696a9f286.tar.gz drakx-5ccb00978c203295c4bf726a9530c8d696a9f286.tar.bz2 drakx-5ccb00978c203295c4bf726a9530c8d696a9f286.tar.xz drakx-5ccb00978c203295c4bf726a9530c8d696a9f286.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 6eb6ac2d7..3d1a6bfa0 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -526,6 +526,7 @@ If you don't have it, press Cancel to avoid installation from this Cd-Rom.", pkg #- if not using a cdrom medium, always abort. $method eq 'cdrom' and do { local $my_gtk::grab = 1; + print "\a"; $o->ask_okcancel('', $msg); }; }; |