Re: [E-devel] small bug in evas

2003-02-18 Thread The Rasterman
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

[E-devel] small bug in evas

2003-01-30 Thread vanuxem gregory
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"); ...