diff options
author | damien <damien@mandriva.com> | 2001-01-26 18:21:49 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-01-26 18:21:49 +0000 |
commit | ddbd3b72040dde36c5fbe7685411167aa15cb4cb (patch) | |
tree | f9681ff7a96b16e46754185031093602cef2654a /perl-install/interactive_gtk.pm | |
parent | 419fe295c656f07d804df82039225a6e6449e434 (diff) | |
download | drakx-backup-do-not-use-ddbd3b72040dde36c5fbe7685411167aa15cb4cb.tar drakx-backup-do-not-use-ddbd3b72040dde36c5fbe7685411167aa15cb4cb.tar.gz drakx-backup-do-not-use-ddbd3b72040dde36c5fbe7685411167aa15cb4cb.tar.bz2 drakx-backup-do-not-use-ddbd3b72040dde36c5fbe7685411167aa15cb4cb.tar.xz drakx-backup-do-not-use-ddbd3b72040dde36c5fbe7685411167aa15cb4cb.zip |
updated embedded mode
Diffstat (limited to 'perl-install/interactive_gtk.pm')
-rw-r--r-- | perl-install/interactive_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm index 2dbc4e45c..8abb7dccd 100644 --- a/perl-install/interactive_gtk.pm +++ b/perl-install/interactive_gtk.pm @@ -407,7 +407,7 @@ sub wait_messageW($$$) { $box->pack_start($_, 1, 1, 4) foreach my @l = map { new Gtk::Label($_) } @$messages; ($w->{wait_messageW} = $l[$#l])->signal_connect(expose_event => sub { $w->{displayed} = 1 }); - $w->{rwindow}->set_position('center') if $::isStandalone; + $w->{rwindow}->set_position('center') if ($::isStandalone && !$::isEmbedded); $w->{window}->show_all; $w->sync until $w->{displayed}; $w; |