jaehwan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=44dad9fabb718e2d75c2909b89e53cdf1b4e1b13

commit 44dad9fabb718e2d75c2909b89e53cdf1b4e1b13
Author: Jaehwan Kim <jae.hwan....@samsung.com>
Date:   Tue Jun 23 22:56:17 2015 +0900

    config: fix the flush file path.
    
    @fix
---
 src/lib/elm_config.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c
index b823346..676137f 100644
--- a/src/lib/elm_config.c
+++ b/src/lib/elm_config.c
@@ -3065,8 +3065,7 @@ elm_config_all_flush(void)
    FILE *f;
    char buf[PATH_MAX];
 
-   _elm_config_user_dir_snprintf(buf, sizeof(buf), "config/%s/flush",
-                          _elm_profile);
+   _elm_config_user_dir_snprintf(buf, sizeof(buf), "config/flush");
    f = fopen(buf, "w+");
    if (f)
      {

-- 


Reply via email to