summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdrakpxelinux.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index c407e5c..8cb97ce 100755
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -633,7 +633,7 @@ sub edit_box_item {
});
# ok, lets create the dialog box :-)
- gtkpack_($dialog->vbox,
+ gtkpack_($dialog->get_child,
0, gtkadd(Gtk3::Frame->new(N("PXE entry")),
gtkpack_(gtkset_border_width(Gtk3::VBox->new, 5),
0, $label_and_widgets->(N("Label"), $label, ""),