diff options
author | Sebastian Dransfeld <sd@tango.flipp.net> | 2010-01-07 00:30:05 +0000 |
---|---|---|
committer | Sebastian Dransfeld <sd@tango.flipp.net> | 2010-01-07 00:30:05 +0000 |
commit | 8007e730772d012bd65237a2e8650f72590659d6 (patch) | |
tree | 89673da66c4087a7c4d3869a60ce7b968fb6c77a /legacy/ecore/src/lib/ecore_imf/ecore_imf.c | |
parent | ff86d2766313980961245d3cde25b79c80e07330 (diff) |
Patch from Mathieu Taillefumier
I modified some hearder file in ecore to ease the cleanup of the private
header files in ecore. Each module has now a private header with its own
log color (eina_log related). I also created two private header files
for ecore_sdl and ecore_input for this purpose and corrected some typos
in the xlib_xcb private header file.
SVN revision: 44933
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore_imf/ecore_imf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/ecore/src/lib/ecore_imf/ecore_imf.c b/legacy/ecore/src/lib/ecore_imf/ecore_imf.c index f563519212..e3b29150a6 100644 --- a/legacy/ecore/src/lib/ecore_imf/ecore_imf.c +++ b/legacy/ecore/src/lib/ecore_imf/ecore_imf.c | |||
@@ -42,7 +42,7 @@ ecore_imf_init(void) | |||
42 | 42 | ||
43 | if (!ecore_init()) | 43 | if (!ecore_init()) |
44 | return --_ecore_imf_init_count; | 44 | return --_ecore_imf_init_count; |
45 | _ecore_imf_log_dom = eina_log_domain_register("EcoreIMF", ECORE_DEFAULT_LOG_COLOR); | 45 | _ecore_imf_log_dom = eina_log_domain_register("EcoreIMF", ECORE_IMF_DEFAULT_LOG_COLOR); |
46 | if(_ecore_imf_log_dom < 0) | 46 | if(_ecore_imf_log_dom < 0) |
47 | { | 47 | { |
48 | EINA_LOG_ERR("Impossible to create a log domain for the Ecore IMF module."); | 48 | EINA_LOG_ERR("Impossible to create a log domain for the Ecore IMF module."); |