When elm_config_all_flush is called, another processes should get the config of current process instead of saved base.cfg. so current process save the config to flush.cfg and another processes read it when it is changed.
@fix
6d94fb9 config: read flush.cfg when elm_config_all_flush is called.
src/lib/elm_config.c | 146 ++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 123 insertions(+), 23 deletions(-)
Upstream: git.enlightenment.org