From 589d953396b8feeaf702fcbb7134a56ae8abc8a1 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Fri, 26 Jul 2002 16:37:14 +0000 Subject: fixed : func return value was not tested --- dhcp_wizard/dhcp.wiz | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dhcp_wizard') diff --git a/dhcp_wizard/dhcp.wiz b/dhcp_wizard/dhcp.wiz index 6ac5e0f8..ae58fd39 100644 --- a/dhcp_wizard/dhcp.wiz +++ b/dhcp_wizard/dhcp.wiz @@ -137,7 +137,7 @@ helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dhcp.html" name="ask_dhcp_ip_range" comment="Ask the dhcp ip range" - jumpScript="__WIZ_HOME__/dhcp_wizard/scripts/check_range.sh" + jumpScript="__WIZ_HOME__/dhcp_wizard/check_range.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -224,7 +224,7 @@ name="dhcpIpLow" variableName="dhcp_range_low" alignement="Fill" - fillScript="__WIZ_HOME__/dhcp_wizard/scripts/compute_range1.sh" + fillScript="__WIZ_HOME__/dhcp_wizard/compute_range1.sh" helpText="Lowest IP Address:" guiType="textfield" editable="true" @@ -241,7 +241,7 @@ name="dhcpIpHigh" variableName="dhcp_range_high" alignement="Fill" - fillScript="__WIZ_HOME__/dhcp_wizard/scripts/compute_range2.sh" + fillScript="__WIZ_HOME__/dhcp_wizard/compute_range2.sh" helpText="Highest IP address:" guiType="textfield" editable="true" @@ -302,7 +302,7 @@