Git commit be2580dc2fb402ac0b87612a2046d898229e7a79 by Xavier Vello. Committed on 14/10/2008 at 22:25. Pushed by lueck into branch 'master'.
added cache configuration and cleanup to kio_bookmarks kcm svn path=/trunk/KDE/kdebase/runtime/; revision=871446 M +19 -0 doc/kcontrol/bookmarks/index.docbook http://commits.kde.org/konqueror/be2580dc2fb402ac0b87612a2046d898229e7a79 diff --git a/doc/kcontrol/bookmarks/index.docbook b/doc/kcontrol/bookmarks/index.docbook index c656ec6..0ad183b 100644 --- a/doc/kcontrol/bookmarks/index.docbook +++ b/doc/kcontrol/bookmarks/index.docbook @@ -73,5 +73,24 @@ </varlistentry> </variablelist> </sect2> + +<sect2 id="conf-cache"> +<title>Pixmap cache</title> +<variablelist> +<varlistentry> +<term><guilabel>Disk cache size</guilabel></term> +<listitem> +<para>Specify how many disk space is used to cache the pixmaps.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Clear Cache</guilabel></term> +<listitem> +<para>Remove all cached images. This may be necessary if some favicons become corrupt and don't refresh automatically.</para> +</listitem> +</varlistentry> +</variablelist> +</sect2> </sect1> </article>
