summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-03-06 11:00:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-03-06 11:00:26 +0000
commit142cd0f784f1df375f806451c88955c7f0c5c658 (patch)
tree8133c42ee10fcc8349e539b98f1ef10621c5a23f /perl-install/interactive
parent384ac224b1b88754513ec4b74b392eb29140c807 (diff)
downloaddrakx-142cd0f784f1df375f806451c88955c7f0c5c658.tar
drakx-142cd0f784f1df375f806451c88955c7f0c5c658.tar.gz
drakx-142cd0f784f1df375f806451c88955c7f0c5c658.tar.bz2
drakx-142cd0f784f1df375f806451c88955c7f0c5c658.tar.xz
drakx-142cd0f784f1df375f806451c88955c7f0c5c658.zip
"ensure buttons are visible when the widgets above are too big" only at install
Diffstat (limited to 'perl-install/interactive')
-rw-r--r--perl-install/interactive/gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm
index 0f427381e..a1dbd65e0 100644
--- a/perl-install/interactive/gtk.pm
+++ b/perl-install/interactive/gtk.pm
@@ -658,7 +658,7 @@ sub ask_fromW {
$pack->pack_start($always_pack, 1, 1, 0); $always_pack->show;
$pack->pack_start($advanced_pack, 1, 1, 0);
if ($buttons_pack) {
- if ($::isWizard && !$mainw->{pop_it}) {
+ if ($::isWizard && !$mainw->{pop_it} && $::isInstall) {
$buttons_pack->set_size_request($::windowwidth * 0.9 - 20, -1);
$buttons_pack = gtkpack__(Gtk2::HBox->new(0,0), $buttons_pack);
}