This is an automated email from the git hooks/post-receive script. o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository xfce/xfce4-panel.
commit d5092e12bec154b1899d9eb8b60085941ae4a899 Author: Simon Steinbeiss <[email protected]> Date: Sun Oct 13 00:59:35 2019 +0200 docs: Fix build by dropping unused refs (Bug #16031) --- docs/references/libxfce4panel-docs.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/references/libxfce4panel-docs.xml b/docs/references/libxfce4panel-docs.xml index e77fa33..6434f7f 100644 --- a/docs/references/libxfce4panel-docs.xml +++ b/docs/references/libxfce4panel-docs.xml @@ -9,7 +9,7 @@ <bookinfo> <title>Libxfce4panel Reference Manual</title> <releaseinfo>Version <xi:include href="version.xml" parse="text"/></releaseinfo> - <pubdate>December 2017</pubdate> + <pubdate>September 2019</pubdate> <copyright> <year>2006</year> @@ -24,7 +24,7 @@ </copyright> <copyright> - <year>2017</year> + <year>2019</year> <holder>The Xfce Development Team</holder> </copyright> @@ -56,7 +56,6 @@ <xi:include href="xml/config.xml"/> <xi:include href="xml/enums.xml"/> - <xi:include href="xml/macros.xml"/> </part> <part id="libxfce4panel-plugins"> @@ -132,7 +131,7 @@ <para>Downside is that you have to register all other types you create inside you plugin and that it could be a bit difficult (when running internal) with special libraries. To work around the latter you can make you plugin resident.</para> - + <para>All the plugins shipped with the panel are written as GObjects, so you can find enough examples in the <filename>plugins/</filename> folder.</para> </sect2> @@ -141,7 +140,6 @@ <xi:include href="xml/xfce-panel-plugin.xml"/> <xi:include href="xml/register-plugins.xml"/> - <xi:include href="xml/register-46-plugins.xml"/> <xi:include href="xml/register-gobject-plugins.xml"/> </part> @@ -151,7 +149,6 @@ <para>This section describes the additional widgets provided by the <application>xfce4-panel</application> library.</para> <xi:include href="xml/xfce-arrow-button.xml"/> - <xi:include href="xml/xfce-hvbox.xml"/> <xi:include href="xml/xfce-panel-image.xml"/> </part> -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
