diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-31 14:36:27 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-31 14:36:27 +0000 |
commit | b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f (patch) | |
tree | cea0fc04b9f4af15133a6977f9f070107090fc45 /perl-install/diskdrake/hd_gtk.pm | |
parent | 032dd82bc486aafc4647edc3442f1e5f431525dd (diff) | |
download | drakx-b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f.tar drakx-b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f.tar.gz drakx-b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f.tar.bz2 drakx-b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f.tar.xz drakx-b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f.zip |
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!)
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r-- | perl-install/diskdrake/hd_gtk.pm | 1 |
1 files changed, 0 insertions, 1 deletions
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('', |