From 85866db449edbd902591b4df8d0b705084ab4265 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 11 Oct 2004 00:23:27 +0000 Subject: [PATCH] clarified. 2004-10-11 Sven Neumann * app/batch.c: clarified. --- ChangeLog | 4 ++++ app/batch.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 487c2789a8..b74c13d08f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-11 Sven Neumann + + * app/batch.c: clarified. + 2004-10-08 Kevin Cozens * configure.in: removed duplicate GETTEXT_PACKAGE line. diff --git a/app/batch.c b/app/batch.c index 2d772d7574..2f54b9ad46 100644 --- a/app/batch.c +++ b/app/batch.c @@ -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)";