config: fix the flush file path.
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 23 Jun 2015 13:56:17 +0000 (22:56 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 23 Jun 2015 13:58:30 +0000 (22:58 +0900)
@fix

src/lib/elm_config.c

index b823346..676137f 100644 (file)
@@ -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)
      {