summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-10 16:02:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-10 16:02:07 +0000
commit1e2e418ecc75585eee6e9d903a93664b8dcd5703 (patch)
treefa0fda97972646cfd6f55e2ae55496c409fc3a0a /perl-install
parentcc256e9cfa028f2e481338f9372642373993ba99 (diff)
downloaddrakx-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.pm2
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");