mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23: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
|
@ -423,9 +423,9 @@ browser_search (GimpBrowser *gimp_browser,
|
|||
const gint *time_ints;
|
||||
gint i;
|
||||
|
||||
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);
|
||||
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, 4, NULL);
|
||||
|
||||
for (i = 0; i < num_plugins; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue