reverted a change that Hans Breuer committed here, probably accidentally.

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

	* plug-ins/gimpressionist/Brushes/snow1.pgm: reverted a change
	that Hans Breuer committed here, probably accidentally.

	* plug-ins/script-fu/script-fu.c
	* plug-ins/script-fu/siod-wrapper.c: reverted Hans's changes. There
	is indeed a Script-Fu server on Win32.
This commit is contained in:
Sven Neumann
2004-11-21 16:37:39 +00:00
committed by Sven Neumann
parent 879ceaa3c9
commit 5f03fc9dec
5 changed files with 12 additions and 14 deletions

View File

@ -249,12 +249,9 @@ script_fu_run (const gchar *name,
/*
* The script-fu server for remote operation
*/
#ifndef G_OS_WIN32
script_fu_server_run (name, nparams, param,
nreturn_vals, return_vals);
#else
g_warning ("No script-fu server on win32");
#endif
}
else if (strcmp (name, "plug_in_script_fu_eval") == 0)
{