raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=992fb22ac4be5a4007bc95e7ec75107ea4212880

commit 992fb22ac4be5a4007bc95e7ec75107ea4212880
Author: Carsten Haitzler <[email protected]>
Date:   Sun Nov 7 09:09:28 2021 +0000

    eina vpath - fix public vpath location - docs say say public not pub
    
    @fix
---
 src/lib/eina/eina_vpath.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/eina/eina_vpath.c b/src/lib/eina/eina_vpath.c
index 38255efcff..5db0071403 100644
--- a/src/lib/eina/eina_vpath.c
+++ b/src/lib/eina/eina_vpath.c
@@ -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);

-- 


Reply via email to