menus: also disable config-use-gegl in stable

This commit is contained in:
Michael Natterer 2012-03-23 16:02:01 +01:00
parent b1d09cc726
commit f28a17f5d3
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@
</xsl:template>
<xsl:template match="menu[@action='debug-menu' or
@action='view-use-gegl']">
@action='view-use-gegl' or
@action='config-use-gegl']">
<xsl:if test="$unstable-menus='yes'">
<xsl:call-template name="identity" />
</xsl:if>