summaryrefslogtreecommitdiffstats
path: root/bin/drakhosts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/drakhosts')
-rwxr-xr-xbin/drakhosts2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/drakhosts b/bin/drakhosts
index d93095c..17ecea5 100755
--- a/bin/drakhosts
+++ b/bin/drakhosts
@@ -108,7 +108,7 @@ sub add_modify_entry {
$text = N("Please delete information") if $wanted =~ /delete/;
$text = N("Please add information") if $wanted =~ /add/;
- gtkpack__($dialog->vbox,
+ gtkpack__($dialog->get_child,
gtknew('Title2', label => $text),
$label_and_widgets->(N("IP address:"), $ip),
$label_and_widgets->(N("Host name:"), $hostname),