mirror of https://github.com/GNOME/gimp.git
add newline to g_printerr().
2006-03-29 Michael Natterer <mitch@gimp.org> * libgimp/gimp.c (gimp_run_procedure2): add newline to g_printerr().
This commit is contained in:
parent
3c704917cb
commit
d624560f38
|
@ -1,3 +1,7 @@
|
|||
2006-03-29 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimp/gimp.c (gimp_run_procedure2): add newline to g_printerr().
|
||||
|
||||
2006-03-29 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/Makefile.am: added an explicit dependency to
|
||||
|
|
|
@ -961,7 +961,8 @@ gimp_run_procedure2 (const gchar *name,
|
|||
break;
|
||||
|
||||
case GIMP_PDB_CALLING_ERROR:
|
||||
g_printerr ("a calling error occurred while trying to run: \"%s\"", name);
|
||||
g_printerr ("a calling error occurred while trying to run: \"%s\"\n",
|
||||
name);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue