mirror of https://github.com/GNOME/gimp.git
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:
parent
0f58285f40
commit
b53273ea70
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue