diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-02 14:08:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-02 14:08:09 +0000 |
commit | c103136dac8aaf4b0a1655aeb47f2fa7f5310ae0 (patch) | |
tree | 16d6c41f570bf5da72783f8c9fdf34a0c880c759 /perl-install | |
parent | b915ae63d096652366b9e9d0fc88e58c68cce131 (diff) | |
download | drakx-c103136dac8aaf4b0a1655aeb47f2fa7f5310ae0.tar drakx-c103136dac8aaf4b0a1655aeb47f2fa7f5310ae0.tar.gz drakx-c103136dac8aaf4b0a1655aeb47f2fa7f5310ae0.tar.bz2 drakx-c103136dac8aaf4b0a1655aeb47f2fa7f5310ae0.tar.xz drakx-c103136dac8aaf4b0a1655aeb47f2fa7f5310ae0.zip |
(ask_deselect_media__copy_on_disk) ensure button got packed at bottom if there's not a lot of media
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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, |