"no display ID" is "-1", not "0".

2003-01-22  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimphelp.c (gimp_help_internal): "no display ID"
	is "-1", not "0".
This commit is contained in:
Michael Natterer 2003-01-22 11:26:46 +00:00 committed by Michael Natterer
parent 8037e82a2c
commit 4ddd732392
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-01-22 Michael Natterer <mitch@gimp.org>
* app/widgets/gimphelp.c (gimp_help_internal): "no display ID"
is "-1", not "0".
2003-01-20 Sven Neumann <sven@gimp.org>
* plug-ins/common/AlienMap2.c: applied patch from Martin Weber

View File

@ -221,7 +221,7 @@ gimp_help_internal (Gimp *gimp,
args[3].arg_type = GIMP_PDB_STRING;
args[3].value.pdb_pointer = (gpointer) help_data;
plug_in_run (gimp, proc_rec, args, 4, FALSE, TRUE, 0);
plug_in_run (gimp, proc_rec, args, 4, FALSE, TRUE, -1);
g_free (args);
}