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/drakperm | |
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/drakperm')
-rwxr-xr-x | perl-install/standalone/drakperm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index 225fe19f1..df3602ed3 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -314,7 +314,7 @@ sub row_setting_dialog { }); my %perms; - gtkpack_($dlg->vbox, + gtkpack_($dlg->get_child, 0, gtknew('Title2', label => N("Path")), 0, gtknew('HBox', border_width => 18, children => [ 1, $file, |