[gimp] menus: remove special handling of "use-gegl" menu items, they are gone
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] menus: remove special handling of "use-gegl" menu items, they are gone
- Date: Tue, 16 Apr 2013 18:38:16 +0000 (UTC)
commit d26863225b3ce6af4ac8954a916cee4c72e0fadc
Author: Michael Natterer <mitch gimp org>
Date: Tue Apr 16 20:37:08 2013 +0200
menus: remove special handling of "use-gegl" menu items, they are gone
menus/menus.xsl | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/menus/menus.xsl b/menus/menus.xsl
index 8d8b749..fdd65be 100644
--- a/menus/menus.xsl
+++ b/menus/menus.xsl
@@ -38,9 +38,7 @@
<xsl:apply-templates />
</xsl:template>
- <xsl:template match="menu[ action='debug-menu' or
- @action='view-use-gegl' or
- @action='config-use-gegl']">
+ <xsl:template match="menu[ action='debug-menu']">
<xsl:if test="$unstable-menus='yes'">
<xsl:call-template name="identity" />
</xsl:if>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]