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 ++++---- firewall_wizard/firewall.wiz | 8 ++++---- ftp_wizard/ftp.wiz | 2 +- news_wizard/news.wiz | 6 +++--- web_wizard/web.wiz | 3 +-- 5 files changed, 13 insertions(+), 14 deletions(-) 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 @@ diff --git a/news_wizard/news.wiz b/news_wizard/news.wiz index 848a9917..67cf4cd7 100644 --- a/news_wizard/news.wiz +++ b/news_wizard/news.wiz @@ -116,7 +116,7 @@ -- cgit v1.2.1