diff --git a/ChangeLog b/ChangeLog index 86e70b548d..69fa7ea45b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-15 Michael Natterer + + * app/app_procs.c (app_run): register a log handler for the + "Gimp-Menus" domain. + 2004-07-15 Philip Lafleur * plug-ins/common/mng.c: cleanup. diff --git a/app/app_procs.c b/app/app_procs.c index 1ea06f1515..fb78b77a00 100644 --- a/app/app_procs.c +++ b/app/app_procs.c @@ -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