diff options
author | Darrell Anderson <[email protected]> | 2014-01-14 22:25:44 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-01-14 22:25:44 -0600 |
commit | 5a03cb0dc39f7159e9bd0a8eae7a2169ba70620a (patch) | |
tree | 4d075f1122c28ccf46ce3da30e306db055de4ba7 /kcontrol/view1394 | |
parent | 007c0cab65ef45a38f57e105343b247f7567073f (diff) | |
download | tdebase-5a03cb0dc39f7159e9bd0a8eae7a2169ba70620a.tar.gz tdebase-5a03cb0dc39f7159e9bd0a8eae7a2169ba70620a.zip |
Prevent non-existent help handbooks from populating the main handbook table of contents.
Diffstat (limited to 'kcontrol/view1394')
-rw-r--r-- | kcontrol/view1394/kcmview1394.desktop | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kcontrol/view1394/kcmview1394.desktop b/kcontrol/view1394/kcmview1394.desktop index 61dfde6e2..e1f6bc361 100644 --- a/kcontrol/view1394/kcmview1394.desktop +++ b/kcontrol/view1394/kcmview1394.desktop @@ -1,7 +1,13 @@ [Desktop Entry] Icon=ieee1394 Type=Application -DocPath=kinfocenter/view1394/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=kinfocenter/view1394/index.html Exec=tdecmshell kcmview1394 X-TDE-Library=view1394 |