[gimp] app: Only show contributors for 2.8 in the about dialog
- From: Martin Nordholts <martinn src gnome org>
- To: svn-commits-list gnome org
- Subject: [gimp] app: Only show contributors for 2.8 in the about dialog
- Date: Sun, 12 Jul 2009 10:59:29 +0000 (UTC)
commit 1e7fd6cd27460a68550a323c31a8250a2ec7c734
Author: Martin Nordholts <martinn src gnome org>
Date: Sun Jul 12 12:07:21 2009 +0200
app: Only show contributors for 2.8 in the about dialog
app/dialogs/authors.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/dialogs/authors.xsl b/app/dialogs/authors.xsl
index b7a9637..4c6bf41 100644
--- a/app/dialogs/authors.xsl
+++ b/app/dialogs/authors.xsl
@@ -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">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]