[gimp] plug-ins: fix procedure parameter in file-jpegxl-save



commit cbbae3a907360b653f77223b4c83ec50cb07e6fd
Author: Daniel Novomeský <dnovomesky gmail com>
Date:   Mon Feb 14 09:48:19 2022 +0100

    plug-ins: fix procedure parameter in file-jpegxl-save

 plug-ins/common/file-jpegxl.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/plug-ins/common/file-jpegxl.c b/plug-ins/common/file-jpegxl.c
index 9846ea4735..07c8de5505 100644
--- a/plug-ins/common/file-jpegxl.c
+++ b/plug-ins/common/file-jpegxl.c
@@ -177,12 +177,12 @@ jpegxl_create_procedure (GimpPlugIn  *plug_in,
                          8, 16, 8,
                          G_PARAM_READWRITE);
 
-      GIMP_PROC_AUX_ARG_INT (procedure, "speed",
-                             _("Effort/S_peed"),
-                             _("Encoder effort setting"),
-                             1, 9,
-                             7,
-                             G_PARAM_READWRITE);
+      GIMP_PROC_ARG_INT (procedure, "speed",
+                         _("Effort/S_peed"),
+                         _("Encoder effort setting"),
+                         1, 9,
+                         7,
+                         G_PARAM_READWRITE);
 
       GIMP_PROC_ARG_BOOLEAN (procedure, "uses-original-profile",
                              _("Save ori_ginal profile"),


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