app/config_data: fix wrong pass.

This commit is contained in:
ChunEon Park 2014-10-31 23:58:19 +09:00
parent 5ff7e99169
commit 8d0622fafe
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}