app: Only show contributors for 2.8 in the about dialog
This commit is contained in:
parent
f910375c25
commit
3cbb656a08
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue