[gimp] Bug 754652 - About dialog does not credit contributors for 2.10.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 754652 - About dialog does not credit contributors for 2.10.
- Date: Mon, 7 Sep 2015 15:05:03 +0000 (UTC)
commit 55f319de04b096dc84839b7439b2a098e191796a
Author: Jehan <jehan girinstud io>
Date: Mon Sep 7 17:04:23 2015 +0200
Bug 754652 - About dialog does not credit contributors for 2.10.
app/dialogs/authors.xsl | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/app/dialogs/authors.xsl b/app/dialogs/authors.xsl
index 1fa301b..02db5c8 100644
--- a/app/dialogs/authors.xsl
+++ b/app/dialogs/authors.xsl
@@ -10,7 +10,9 @@
<xsl:template name="recent-contributor">
<xsl:param name="role" />
- <xsl:apply-templates select="dc:contributor[contains(@role, $role) and number(@last-active) >= 2.8]" />
+ <xsl:apply-templates select="dc:contributor[contains(@role, $role) and
+ number(@last-active) >= 2 and
+ number(substring-after(@last-active, ".")) >= 8]" />
</xsl:template>
<xsl:template match="/dc:gimp-authors">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]