From c103136dac8aaf4b0a1655aeb47f2fa7f5310ae0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 2 Sep 2008 14:08:09 +0000 Subject: (ask_deselect_media__copy_on_disk) ensure button got packed at bottom if there's not a lot of media --- perl-install/install/steps_gtk.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/steps_gtk.pm') diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index c7e60febf..a5678063e 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -705,6 +705,7 @@ If you want to skip some of them, you can unselect them now."))), $b->set_sensitive(0) if $_ eq $names[0]; (0, $b); } @names), + if_(@names <= 8, 1, ''), 0, gtknew('HSeparator'), ) : (), if_($o_copy_rpms_on_disk, -- cgit v1.2.1