mirror of https://github.com/GNOME/gimp.git
formatting.
2006-06-09 Sven Neumann <sven@gimp.org> * app/batch.c (batch_run_cmd): formatting.
This commit is contained in:
parent
c61eddd5c6
commit
303150eee5
|
@ -1,3 +1,7 @@
|
|||
2006-06-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/batch.c (batch_run_cmd): formatting.
|
||||
|
||||
2006-06-08 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
||||
|
||||
* plug-ins/common/png.c
|
||||
|
|
|
@ -147,7 +147,8 @@ batch_run_cmd (Gimp *gimp,
|
|||
if (procedure->num_args > 1)
|
||||
g_value_set_static_string (&args->values[1], cmd);
|
||||
|
||||
return_vals = gimp_pdb_execute_procedure_by_name_args (gimp->pdb,
|
||||
return_vals =
|
||||
gimp_pdb_execute_procedure_by_name_args (gimp->pdb,
|
||||
gimp_get_user_context (gimp),
|
||||
NULL,
|
||||
proc_name, args);
|
||||
|
|
Loading…
Reference in New Issue