From 70b8d3b450431de9950eec1cf3da5826bb4fd8ea Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 14 Jan 2014 18:27:28 -0600 Subject: [PATCH] Prevent non-existent help handbook from populating the main handbook table of contents. --- konq-plugins/arkplugin/arkplugin.desktop | 8 +++++++- konq-plugins/rsync/rsyncplugin.desktop | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/konq-plugins/arkplugin/arkplugin.desktop b/konq-plugins/arkplugin/arkplugin.desktop index 25906d6..2457b6c 100644 --- a/konq-plugins/arkplugin/arkplugin.desktop +++ b/konq-plugins/arkplugin/arkplugin.desktop @@ -56,4 +56,10 @@ Name[zh_CN]=用 Ark 压缩/解压文件 Name[zh_TW]=以 Ark 壓縮/解壓縮檔案 Icon=ark X-TDE-ParentApp=konqueror -#DocPath=konq-plugins/arkplugin/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=konq-plugins/arkplugin/index.html diff --git a/konq-plugins/rsync/rsyncplugin.desktop b/konq-plugins/rsync/rsyncplugin.desktop index 0251090..04be1b0 100644 --- a/konq-plugins/rsync/rsyncplugin.desktop +++ b/konq-plugins/rsync/rsyncplugin.desktop @@ -12,4 +12,10 @@ Name=Remote Folder Synchronization Plugin Comment=Remote folder synchronization plugin Icon=remotesync X-TDE-ParentApp=konqueror -DocPath=konq-plugins/rsync/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=konq-plugins/rsync/index.html