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/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


-- 
--------------- Codito, ergo sum - "I code, therefore I am" --------------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
                                    [EMAIL PROTECTED]
Mobile Phone: +61 (0)413 451 899    Home Phone: 02 9698 8615


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to