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>
* plug-ins/common/mng.c: cleanup.

View File

@ -175,25 +175,26 @@ app_run (const gchar *full_prog_name,
gint i;
const gchar *log_domains[] =
{
"Gimp",
"Gimp-Actions",
"Gimp-Base",
"Gimp-Composite",
"Gimp-Config",
"Gimp-Core",
"Gimp-Display",
"Gimp-File",
"Gimp-GUI",
"Gimp-PDB",
"Gimp-Paint-Funcs",
"Gimp-Plug-In",
"Gimp-Text",
"Gimp-Tools",
"Gimp-Vectors",
"Gimp-Widgets",
"Gimp-XCF"
};
{
"Gimp",
"Gimp-Actions",
"Gimp-Base",
"Gimp-Composite",
"Gimp-Config",
"Gimp-Core",
"Gimp-Display",
"Gimp-File",
"Gimp-GUI",
"Gimp-Menus",
"Gimp-PDB",
"Gimp-Paint-Funcs",
"Gimp-Plug-In",
"Gimp-Text",
"Gimp-Tools",
"Gimp-Vectors",
"Gimp-Widgets",
"Gimp-XCF"
};
/* Create an instance of the "Gimp" object which is the root of the
* core object system