elm_config: fix elm_config_save not to wake idle processes up
authorWonki Kim <wonki_.kim@samsung.com>
Tue, 27 Nov 2018 04:49:27 +0000 (04:49 +0000)
committerHermet Park <hermetpark@gmail.com>
Wed, 5 Dec 2018 05:50:10 +0000 (14:50 +0900)
commit45341a58075c3d80a642043b1a43f96460053242
tree98c4d850caaa1298c49834adea8be1f595f5ffb2
parent25c328b179bbe4bb8ecbd920969b6ec8c626047f
elm_config: fix elm_config_save not to wake idle processes up

there is a eio_monitor which is tracking on config directory.
and that is the reason why idle processes get waken up once some process call elm_config_save().
this patch fix the function not to wake idle processes up as it was before.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D7354
src/lib/elementary/efl_ui_win.c
src/lib/elementary/elm_config.c
src/lib/elementary/elm_priv.h