[library-web] force GTK+ 3 to include links to GDK 3



commit 189fbe59aef712eff4087f64610b35a7596364a8
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Jan 27 15:45:00 2014 +0000

    force GTK+ 3 to include links to GDK 3
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697587

 data/xslt/html2html.xsl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/xslt/html2html.xsl b/data/xslt/html2html.xsl
index c5f9a51..e82ce3f 100644
--- a/data/xslt/html2html.xsl
+++ b/data/xslt/html2html.xsl
@@ -135,6 +135,9 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
            <xsl:when test="contains(., '/gdk/') and $libgo.module = 'gtk3'">
              <xsl:value-of select="concat('../../gdk3/stable/', substring-after(., '/gdk/'))"/>
            </xsl:when>
+           <xsl:when test="contains(., '/gdk2/') and $libgo.module = 'gtk3'">
+             <xsl:value-of select="concat('../../gdk3/stable/', substring-after(., '/gdk2/'))"/>
+           </xsl:when>
            <xsl:when test="contains(., '/gdk/')">
              <xsl:value-of select="concat('../../gdk/stable/', substring-after(., '/gdk/'))"/>
            </xsl:when>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]