app: Only show contributors for 2.8 in the about dialog

This commit is contained in:
Martin Nordholts 2009-07-12 12:07:21 +02:00 committed by Alexia Death
parent f910375c25
commit 3cbb656a08

View file

@ -10,7 +10,7 @@
<xsl:template name="recent-contributor">
<xsl:param name="role" />
<xsl:apply-templates select="dc:contributor[contains(@role, $role) and number(@last-active) >= 2.6]" />
<xsl:apply-templates select="dc:contributor[contains(@role, $role) and number(@last-active) >= 2.8]" />
</xsl:template>
<xsl:template match="/dc:gimp-authors">