From b5f9832e36a7c2d7dc740cb53a406175480165b9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Feb 2003 19:37:16 +0000 Subject: fix ask_warn(), really dont make it pop --- perl-install/interactive/gtk.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'perl-install/interactive') diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index e67a4a5c7..63f50da37 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -21,11 +21,6 @@ sub leave_console { my ($o) = @_; common::setVirtual(delete $o->{suspended}) } sub exit { ugtk2::exit(@_) } -sub ask_warn { - local $ugtk2::pop_it = 1; - &interactive::ask_warn; -} - sub ask_fileW { my ($_o, $title, $dir) = @_; my $w = ugtk2->new($title); -- cgit v1.2.1