ooops, forgot to make the same change for the web-browser code path

svn path=/trunk/; revision=25939
This commit is contained in:
Sven Neumann 2008-06-12 20:19:02 +00:00
parent 92396c2c2d
commit 8947cb118f
1 changed files with 1 additions and 3 deletions

View File

@ -350,9 +350,7 @@ gimp_help_call (Gimp *gimp,
/* FIXME: error msg */ /* FIXME: error msg */
return; return;
n_domains = gimp_plug_in_manager_get_help_domains (gimp->plug_in_manager, n_domains = gimp_help_get_help_domains (gimp, &help_domains, &help_uris);
&help_domains,
&help_uris);
args = gimp_procedure_get_arguments (procedure); args = gimp_procedure_get_arguments (procedure);
gimp_value_array_truncate (args, 4); gimp_value_array_truncate (args, 4);