From b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 31 Jan 2003 14:36:27 +0000 Subject: handle pop_it more nicely: no need to precise pop_it when the wizard window already has a window, that way, two dialog boxes won't merge in the same window (which is dumb!) --- perl-install/diskdrake/hd_gtk.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/diskdrake') diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 156f32404..53c06f3bd 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -94,7 +94,6 @@ sub main { }); $w->sync; $done_button->grab_focus; - local $ugtk2::pop_it = 1; $in->ask_okcancel(N("Read carefully!"), N("Please make a backup of your data first"), 1) or return if $::isStandalone; $in->ask_warn('', -- cgit v1.2.1