elm_config: fixup copy paste error

when i did the vpath transition i made a copy and paste error, that
might made a few people miss theire config and appear weird directories
~/elementary.elementary/ in theire homedirectory, sorry for that!
This commit is contained in:
Marcel Hollerbach 2018-02-24 21:07:13 +01:00
parent af928a84e7
commit 85ebb13abc
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ _elm_config_user_dir_snprintf(char *dst,
if (use_xdg_config)
tmp = eina_vpath_resolve("(:usr.config:)/elementary");
else
tmp = eina_vpath_resolve("(:home:)/elementary" ELEMENTARY_BASE_DIR);
tmp = eina_vpath_resolve("(:home:)/" ELEMENTARY_BASE_DIR);
eina_strlcpy(dst, tmp, size);
free(tmp);