clarified.

2004-10-11  Sven Neumann  <sven@gimp.org>

	* app/batch.c: clarified.
This commit is contained in:
Sven Neumann 2004-10-11 00:23:27 +00:00 committed by Sven Neumann
parent 240a6872e3
commit 85866db449
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-11 Sven Neumann <sven@gimp.org>
* app/batch.c: clarified.
2004-10-08 Kevin Cozens <kcozens@cvs.gimp.org>
* configure.in: removed duplicate GETTEXT_PACKAGE line.

View File

@ -70,7 +70,9 @@ batch_run (Gimp *gimp,
batch_interpreter);
}
if (strcmp (batch_interpreter, BATCH_DEFAULT_EVAL_PROC) == 0 &&
/* script-fu text console, hardcoded for backward compatibility */
if (strcmp (batch_interpreter, "plug_in_script_fu_eval") == 0 &&
strcmp (batch_commands[0], "-") == 0)
{
batch_commands[0] = "(plug-in-script-fu-text-console RUN-INTERACTIVE)";