NULL is the default log domain, not "".

2000-08-27  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimp.c: NULL is the default log domain, not "".
This commit is contained in:
Michael Natterer 2000-08-27 20:59:07 +00:00 committed by Michael Natterer
parent 0f58285f40
commit b53273ea70
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-08-27 Michael Natterer <mitch@gimp.org>
* libgimp/gimp.c: NULL is the default log domain, not "".
2000-08-27 Piers Cornwell <piers.cornwell@bigfoot.com>
* plug-ins/Lighting/lighting_ui.c: s/Treshold/Threshold.

View File

@ -263,7 +263,7 @@ gimp_main (int argc,
G_LOG_LEVEL_MESSAGE,
gimp_message_func,
NULL);
g_log_set_handler ("",
g_log_set_handler (NULL,
G_LOG_LEVEL_MESSAGE,
gimp_message_func,
NULL);