register a log handler for the "Gimp-Menus" domain.

2004-07-15  Michael Natterer  <mitch@gimp.org>

	* app/app_procs.c (app_run): register a log handler for the
	"Gimp-Menus" domain.
This commit is contained in:
Michael Natterer
2004-07-15 09:29:01 +00:00
committed by Michael Natterer
parent 7327a2ed51
commit 4812d3165a
2 changed files with 25 additions and 19 deletions

View File

@ -1,3 +1,8 @@
2004-07-15 Michael Natterer <mitch@gimp.org>
* app/app_procs.c (app_run): register a log handler for the
"Gimp-Menus" domain.
2004-07-15 Philip Lafleur <plafleur@cvs.gnome.org> 2004-07-15 Philip Lafleur <plafleur@cvs.gnome.org>
* plug-ins/common/mng.c: cleanup. * plug-ins/common/mng.c: cleanup.

View File

@ -185,6 +185,7 @@ app_run (const gchar *full_prog_name,
"Gimp-Display", "Gimp-Display",
"Gimp-File", "Gimp-File",
"Gimp-GUI", "Gimp-GUI",
"Gimp-Menus",
"Gimp-PDB", "Gimp-PDB",
"Gimp-Paint-Funcs", "Gimp-Paint-Funcs",
"Gimp-Plug-In", "Gimp-Plug-In",