summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakTermServ
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakTermServ')
-rwxr-xr-xperl-install/standalone/drakTermServ4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ
index 29b05cbee..7979f91c1 100755
--- a/perl-install/standalone/drakTermServ
+++ b/perl-install/standalone/drakTermServ
@@ -986,8 +986,8 @@ sub dhcpd_config {
my $label_ip_range_start = new Gtk2::Label(N("IP Range Start:"));
my $label_ip_range_end = new Gtk2::Label(N("IP Range End:"));
- my $entry_ip_range_start = new Gtk2::Entry(15);
- my $entry_ip_range_end = new Gtk2::Entry(15);
+ my $entry_ip_range_start = new Gtk2::Entry();
+ my $entry_ip_range_end = new Gtk2::Entry();
#- grab some default entries from the running system