hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=8d0622fafe642710e1f9cc90365396da7c5c7023

commit 8d0622fafe642710e1f9cc90365396da7c5c7023
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Fri Oct 31 23:58:19 2014 +0900

    app/config_data: fix wrong pass.
---
 src/bin/config_data.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/config_data.c b/src/bin/config_data.c
index cd4e334..1e735c6 100644
--- a/src/bin/config_data.c
+++ b/src/bin/config_data.c
@@ -60,7 +60,7 @@ config_edj_path_update(config_data *cd)
         return;
      }
 
-   eina_stringshare_replace(&cd->edj_path, buf);
+   eina_stringshare_replace(&cd->edj_path, tmp_path);
    eina_tmpstr_del(tmp_path);
 }
 

-- 


Reply via email to