From 6a5eff348c2c707f04ed492e8e1eeb48a6f15fb8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 29 Jul 2005 05:44:21 +0000 Subject: fix obvious bug, thus fixing drakxtools build --- perl-install/standalone/drakhosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakhosts') diff --git a/perl-install/standalone/drakhosts b/perl-install/standalone/drakhosts index 4ff83846b..709a824ae 100644 --- a/perl-install/standalone/drakhosts +++ b/perl-install/standalone/drakhosts @@ -109,7 +109,7 @@ sub add_modify_entry { if ($wanted =~ /add/) { $text = N("Please add information"); } gtkpack_($dialog->vbox, - 0, gtkadd(Gtk2::Frame->new($text)), + 0, gtkadd(Gtk2::Frame->new($text), gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5), 0, $label_and_widgets->(N("IP address:"), $ip), 0, $label_and_widgets->(N("Host name:"), $hostname), -- cgit v1.2.1