File: fix_parameter_name.patch

package info (click to toggle)
gimp-plugin-registry 9.20240808
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 52,536 kB
  • sloc: ansic: 27,119; lisp: 20,560; python: 14,721; cpp: 2,528; sh: 2,220; makefile: 635; xml: 21
file content (13 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: gimp-plugin-registry/lqr/gimp-lqr-plugin/src/main.c
===================================================================
--- gimp-plugin-registry.orig/lqr/gimp-lqr-plugin/src/main.c
+++ gimp-plugin-registry/lqr/gimp-lqr-plugin/src/main.c
@@ -179,7 +179,7 @@ static GimpParamDef args[] = {
   {GIMP_PDB_INT32, "resize_aux_layers",
    "Whether to resize auxiliary layers"},
   {GIMP_PDB_INT32, "resize_canvas", "Whether to resize canvas"},
-  {GIMP_PDB_INT32, "output target", "Output target (same layer, new layer, new image)"},
+  {GIMP_PDB_INT32, "output_target", "Output target (same layer, new layer, new image)"},
   {GIMP_PDB_INT32, "seams", "Whether to output the seam map"},
   {GIMP_PDB_INT32, "nrg_func", "Energy function to use"},
   {GIMP_PDB_INT32, "res_order", "Resize order"},