mirror of https://github.com/GNOME/gimp.git
"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:
parent
8037e82a2c
commit
4ddd732392
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue