[gimp] pdb: Use svg:src in plasma's compatibility wrapper
- From: Téo Mazars <teom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] pdb: Use svg:src in plasma's compatibility wrapper
- Date: Fri, 13 Sep 2013 00:12:21 +0000 (UTC)
commit a481065f2e5ff16cec38dca061144abb196f8e86
Author: Téo Mazars <teo mazars ensimag fr>
Date: Fri Sep 13 02:10:24 2013 +0200
pdb: Use svg:src in plasma's compatibility wrapper
instead of svg:src-over
app/pdb/plug-in-compat-cmds.c | 2 +-
tools/pdbgen/pdb/plug_in_compat.pdb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/pdb/plug-in-compat-cmds.c b/app/pdb/plug-in-compat-cmds.c
index f7f7e5f..44b856c 100644
--- a/app/pdb/plug-in-compat-cmds.c
+++ b/app/pdb/plug-in-compat-cmds.c
@@ -718,7 +718,7 @@ plug_in_plasma_invoker (GimpProcedure *procedure,
NULL);
over = gegl_node_new_child (node,
- "operation", "svg:src-over",
+ "operation", "svg:src",
NULL);
gegl_node_connect_to (plasma, "output", over, "aux");
diff --git a/tools/pdbgen/pdb/plug_in_compat.pdb b/tools/pdbgen/pdb/plug_in_compat.pdb
index c5047cc..bb928f0 100644
--- a/tools/pdbgen/pdb/plug_in_compat.pdb
+++ b/tools/pdbgen/pdb/plug_in_compat.pdb
@@ -758,7 +758,7 @@ HELP
NULL);
over = gegl_node_new_child (node,
- "operation", "svg:src-over",
+ "operation", "svg:src",
NULL);
gegl_node_connect_to (plasma, "output", over, "aux");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]