summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-07-29 05:44:21 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-07-29 05:44:21 +0000
commit6a5eff348c2c707f04ed492e8e1eeb48a6f15fb8 (patch)
tree9eb17bf769ad160d80fd7df0196233528f7d1f04 /perl-install
parent4c7bb1b1f17568b4decbcca908ad9505a9a3392d (diff)
downloaddrakx-6a5eff348c2c707f04ed492e8e1eeb48a6f15fb8.tar
drakx-6a5eff348c2c707f04ed492e8e1eeb48a6f15fb8.tar.gz
drakx-6a5eff348c2c707f04ed492e8e1eeb48a6f15fb8.tar.bz2
drakx-6a5eff348c2c707f04ed492e8e1eeb48a6f15fb8.tar.xz
drakx-6a5eff348c2c707f04ed492e8e1eeb48a6f15fb8.zip
fix obvious bug, thus fixing drakxtools build
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/standalone/drakhosts2
1 files changed, 1 insertions, 1 deletions
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),