raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=dffaed3486d988522076fb8faf9c47202bc124ab

commit dffaed3486d988522076fb8faf9c47202bc124ab
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Jun 13 18:11:38 2016 +0900

    elm - add another mkpath before monitoring a dir to enusre things work
---
 src/lib/elementary/elm_config.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elementary/elm_config.c b/src/lib/elementary/elm_config.c
index c42177d..00a4722 100644
--- a/src/lib/elementary/elm_config.c
+++ b/src/lib/elementary/elm_config.c
@@ -1630,6 +1630,7 @@ _config_user_load(void)
 
    _elm_config_user_dir_snprintf(buf, sizeof(buf), "config/%s",
                           _elm_profile);
+   ecore_file_mkpath(buf);
    if (_eio_config_monitor) eio_monitor_del(_eio_config_monitor);
    _eio_config_monitor = eio_monitor_add(buf);
 

-- 


Reply via email to