nightmorph 10/08/31 18:06:31 Modified: xfce-config.xml Log: fix trash plugin description, thanks to ssuominen for the email notice
Revision Changes Path 1.33 xml/htdocs/doc/en/xfce-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.32&r2=1.33 Index: xfce-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- xfce-config.xml 24 Aug 2010 07:24:38 -0000 1.32 +++ xfce-config.xml 31 Aug 2010 18:06:31 -0000 1.33 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.32 2010/08/24 07:24:38 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.33 2010/08/31 18:06:31 nightmorph Exp $ --> <guide> <title>The Xfce Configuration Guide</title> @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.27</version> -<date>2010-08-23</date> +<version>1.28</version> +<date>2010-08-31</date> <chapter> <title>Introduction</title> @@ -71,10 +71,10 @@ <p> There's also another variable you can set in <path>/etc/make.conf</path> called -XFCE_PLUGINS. This variable controls additional Xfce plugins; some for the -panel, and some for other applications. You can enable all of the plugins by -adding <c>XFCE_PLUGINS="brightness menu trash</c> to -<path>/etc/make.conf</path>. Here's a brief summary of the plugins: +XFCE_PLUGINS. This variable controls additional Xfce plugins for the panel. You +can enable all of the plugins by adding <c>XFCE_PLUGINS="brightness menu +trash</c> to <path>/etc/make.conf</path>. Here's a brief summary of the +plugins: </p> <dl> @@ -87,8 +87,8 @@ <dd>Lets you add a program menu to your panel</dd> <dt>trash</dt> <dd> - Adds Trash functionality to <c>thunar</c>, the file manager. The Trash - allows you to recover deleted files. + Lets you add a Trash can to the panel. The Trash allows you to quickly + delete files or recover them. </dd> </dl>
