mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
plug-ins: fix calling gimp-plug-ins-query.
This commit is contained in:
parent
ac2bef4410
commit
253db343a6
1 changed files with 3 additions and 3 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue