From: Jaehwan Kim Date: Tue, 23 Jun 2015 13:56:17 +0000 (+0900) Subject: config: fix the flush file path. X-Git-Tag: v1.15.0-alpha1~148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44dad9fabb718e2d75c2909b89e53cdf1b4e1b13;p=platform%2Fupstream%2Felementary.git config: fix the flush file path. @fix --- 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) {