[gimp/blend-tool-fun: 13/163] Bug 754652 - About dialog does not credit contributors for 2.10.
- From: Michael Henning <mhenning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/blend-tool-fun: 13/163] Bug 754652 - About dialog does not credit contributors for 2.10.
- Date: Mon, 26 Oct 2015 02:19:17 +0000 (UTC)
commit 9d2ab067347f7eeacc2cb86b17de481b80e3dd33
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]