From 23a865851ff2fdaf681fd0bf23d1042832f82268 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 14 Jan 2014 17:48:56 -0600 Subject: [PATCH] Prevent non-existent help handbook from populating the main handbook table of contents. --- conduits/docconduit/kpalmdoc.desktop | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/conduits/docconduit/kpalmdoc.desktop b/conduits/docconduit/kpalmdoc.desktop index b12a8b5..9619c65 100644 --- a/conduits/docconduit/kpalmdoc.desktop +++ b/conduits/docconduit/kpalmdoc.desktop @@ -56,7 +56,13 @@ GenericName[zh_TW]=PalmDOC 轉換器 Exec=kpalmdoc Icon=kpalmdoc Type=Application -DocPath=kpalmdoc/index.html +# Restore the following key and remove this comment when a help handbook +# is written. Disabling this key prevents populating the main handbook +# table of contents with a non-existent document, which results in a +# main handbook error message of +# 'There is no documentation available for /xyz/index.html.' +# Also disable this key when there exists only a useless template handbook. +# DocPath=kpalmdoc/index.html Terminal=false X-TDE-StartupNotify=true X-DCOP-ServiceType=Unique