From 1e2e418ecc75585eee6e9d903a93664b8dcd5703 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 10 Jan 2005 16:02:07 +0000 Subject: the test is not useful, we can't get to this code when $::isEmbedded is set --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/ugtk2.pm') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 4401e40de..2c07fe92b 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -875,7 +875,7 @@ sub new { if ($::isInstall) { require install_gtk; #- for perl_checker $::WizardWindow->signal_connect(key_press_event => \&install_gtk::special_shortcuts); - } elsif (!$::isEmbedded) { + } else { $::WizardWindow->set_position('center_always') if !$::isStandalone; eval { gtkpack__($::WizardTable, Gtk2::Banner->new(wm_icon(), $::Wizard_title)) }; $@ and log::l("ERROR: missing wizard banner"); -- cgit v1.2.1