summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-02 14:36:49 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-02 14:36:49 +0000
commit0091fbd5e50e496e14ea18048bc5bc66d656de54 (patch)
tree742ec9fd46265e74a1c5cd3176104dbfdeda53a5 /perl-install/install/steps_gtk.pm
parentbf4e987b81ec1aaf4a7faac26553b4205ee9cfb5 (diff)
downloaddrakx-0091fbd5e50e496e14ea18048bc5bc66d656de54.tar
drakx-0091fbd5e50e496e14ea18048bc5bc66d656de54.tar.gz
drakx-0091fbd5e50e496e14ea18048bc5bc66d656de54.tar.bz2
drakx-0091fbd5e50e496e14ea18048bc5bc66d656de54.tar.xz
drakx-0091fbd5e50e496e14ea18048bc5bc66d656de54.zip
(ask_deselect_media__copy_on_disk) fix width
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 7c6679531..17552cad6 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -710,6 +710,8 @@ If you want to skip some of them, you can unselect them now."))),
) : (),
if_($o_copy_rpms_on_disk,
0, gtknew('Label_Left', padding => [ 0, 0 ],
+ # workaround infamous 6 years old gnome bug #101968:
+ width => mygtk2::get_label_width(),
text => N("You have the option to copy the contents of the CDs onto the hard drive before installation.
It will then continue from the hard drive and the packages will remain available once the system is fully installed.")),
0, gtknew('CheckButton', text => N("Copy whole CDs"), active_ref => $o_copy_rpms_on_disk),