On 30 Jan 2003 11:33:30 +0100 vanuxem gregory <[EMAIL PROTECTED]> babbled:
> 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
I think I've fixed this. this one was strange... :) double check on me! :)
> in
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");
...