From afbb4e370a826e6bb15850aa05d48110999e211c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 5 Feb 2003 14:44:09 +0000 Subject: fix embedding --- perl-install/standalone/harddrake2 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index d257f33d8..f9c1dc22f 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -112,8 +112,13 @@ my @menu_items = ); my ($sig_id, $wait); $in = 'interactive'->vnew('su', 'default'); -$wait = $in->wait_message(N("Please wait"), N("Detection in progress")); -gtkflush(); + +{ + local $::isEmbedded = 0; # to prevent sub window embedding + $wait = $in->wait_message(N("Please wait"), N("Detection in progress")); + gtkflush(); +} + %options = getVarsFromSh($conffile); # Build the gui -- cgit v1.2.1