eina vpath - fix public vpath location - docs say say public not pub

@fix
This commit is contained in:
Carsten Haitzler 2021-11-07 09:09:28 +00:00
parent 0ee01279f1
commit 992fb22ac4
1 changed files with 3 additions and 1 deletions

View File

@ -408,7 +408,9 @@ eina_vpath_interface_user_set(Eina_Vpath_Interface_User *user)
ADD(downloads);
ADD(music);
ADD(pictures);
ADD(pub);
// should be public ain path string
// ADD(pub);
_eina_vpath_data_add("usr.public", user->pub);
ADD(templates);
ADD(videos);
ADD(data);