diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-08 03:42:45 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-24 23:28:16 +0100 |
commit | a7f8805575a700e5ca8dfc962e8049eff33b71b4 (patch) | |
tree | 6bf766718203362239ad495a4bebed70cb746fd1 /perl-install/standalone/drakfloppy | |
parent | a45c4e4ca33cc642f3dfac9d9b6652a0cb40485f (diff) | |
download | drakx-a7f8805575a700e5ca8dfc962e8049eff33b71b4.tar drakx-a7f8805575a700e5ca8dfc962e8049eff33b71b4.tar.gz drakx-a7f8805575a700e5ca8dfc962e8049eff33b71b4.tar.bz2 drakx-a7f8805575a700e5ca8dfc962e8049eff33b71b4.tar.xz drakx-a7f8805575a700e5ca8dfc962e8049eff33b71b4.zip |
perlish $dialog->vbox => $dialog->get_child
Diffstat (limited to 'perl-install/standalone/drakfloppy')
-rwxr-xr-x | perl-install/standalone/drakfloppy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakfloppy b/perl-install/standalone/drakfloppy index ec0542f14..7c4bdd94b 100755 --- a/perl-install/standalone/drakfloppy +++ b/perl-install/standalone/drakfloppy @@ -135,7 +135,7 @@ sub pref_dialog() { $col->set_min_width((200, 50)[$::i]); } (N("Module name"), N("Size")); - gtkpack_($dialog->vbox, + gtkpack_($dialog->get_child, 0, gtknew('Frame', text => N("Mkinitrd optional arguments"), child => gtknew('VBox', spacing => 5, children_tight => [ $buttons{force} = gtknew('CheckButton', text => N("force")), |