diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-10 16:02:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-10 16:02:07 +0000 |
commit | 1e2e418ecc75585eee6e9d903a93664b8dcd5703 (patch) | |
tree | fa0fda97972646cfd6f55e2ae55496c409fc3a0a /perl-install | |
parent | cc256e9cfa028f2e481338f9372642373993ba99 (diff) | |
download | drakx-backup-do-not-use-1e2e418ecc75585eee6e9d903a93664b8dcd5703.tar drakx-backup-do-not-use-1e2e418ecc75585eee6e9d903a93664b8dcd5703.tar.gz drakx-backup-do-not-use-1e2e418ecc75585eee6e9d903a93664b8dcd5703.tar.bz2 drakx-backup-do-not-use-1e2e418ecc75585eee6e9d903a93664b8dcd5703.tar.xz drakx-backup-do-not-use-1e2e418ecc75585eee6e9d903a93664b8dcd5703.zip |
the test is not useful, we can't get to this code when $::isEmbedded is set
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |