diff options
Diffstat (limited to 'news_wizard/news.wiz')
-rw-r--r-- | news_wizard/news.wiz | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <Page name="ask_news_server" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html" - jumpScript="__WIZ_HOME__/news_wizard/scripts/check_news_server.sh" + jumpScript="__WIZ_HOME__/news_wizard/check_news_server.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -277,7 +277,7 @@ <Page name="ask_news_freq" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html" - jumpScript="__WIZ_HOME__/news_wizard/scripts/check_valid_hours.sh" + jumpScript="__WIZ_HOME__/news_wizard/check_valid_hours.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -430,6 +430,7 @@ <Page name="doit" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html" + func="do_it" nextButtonText="Configure" executionLevel="NORMAL" nextFinish="false" @@ -573,7 +574,6 @@ name="done" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html" nextButtonText="Quit" - func="do_it" executionLevel="NORMAL" nextFinish="true" canBack="false" |