plug-ins: fix calling gimp-plug-ins-query.

This commit is contained in:
Jehan 2024-10-25 15:13:29 +02:00
parent ac2bef4410
commit 253db343a6

View file

@ -425,7 +425,7 @@ browser_search (GimpBrowser *gimp_browser,
accel_strs = GIMP_VALUES_GET_STRV (return_vals, 2);
prog_strs = GIMP_VALUES_GET_STRV (return_vals, 3);
time_ints = GIMP_VALUES_GET_INT32_ARRAY (return_vals, 5, NULL);
time_ints = GIMP_VALUES_GET_INT32_ARRAY (return_vals, 4, NULL);
for (i = 0; i < num_plugins; i++)
{