discomfitor pushed a commit to branch enlightenment-0.18. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d5954758d573f7ba45e3ac1ea6541e1401e61601
commit d5954758d573f7ba45e3ac1ea6541e1401e61601 Author: Mike Blumenkrantz <[email protected]> Date: Thu Mar 13 12:40:27 2014 -0400 bugfix: don't use external log domain in systray CID 1132742 --- src/modules/systray/e_mod_notifier_host_dbus.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/systray/e_mod_notifier_host_dbus.c b/src/modules/systray/e_mod_notifier_host_dbus.c index c0a37c0..17fba75 100644 --- a/src/modules/systray/e_mod_notifier_host_dbus.c +++ b/src/modules/systray/e_mod_notifier_host_dbus.c @@ -8,6 +8,9 @@ #define HOST_REGISTRER "/bla" //TODO check what watcher expect we send to him +#undef ERR +#define ERR(...) fprintf(stderr, __VA_ARGS__) + extern const char *Category_Names[]; extern const char *Status_Names[]; --
