Since the add of smart object
the loading of image in evas has a small bug:
if you add two times '/' in a path
evas bug strangely
in e/src/icons.c ,icon_update_state
if I had :
-------------------------------------------------------
sprintf(icon,"%s/%s",e_config_user_dir(),"icon/icons.db");
...
evas_object_image_file_set(ic->obj.icon, icon, key);
=> /home/*/.e//icon/icon.db
=> BUG
---------------------------------------------------------
sprintf(icon,"%s%s",e_config_user_dir(),"icon/icons.db");
...
evas_object_image_file_set(ic->obj.icon, icon, key);
=> /home/*/.e//icon/icon.db
=> no bug
Regards
PS : the add of smart object is unrelated with this bug
--
vanuxem gregory <[EMAIL PROTECTED]>
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel