Re: [E-devel] Evas image cache

2007-08-11 Thread Cedric BAIL
On Saturday 11 August 2007 03:37:28 raoul wrote: > I'm facing a problem with evas and image objects. Here it is: > I have a jpeg file 01.jpg and if I load it with > evas_object_image_file_set() it works. But if the file changes (ie. > replaced by another), > evas_object_image_file_set() on that fil

[E-devel] Evas image cache

2007-08-10 Thread raoul
Hello, I'm facing a problem with evas and image objects. Here it is: I have a jpeg file 01.jpg and if I load it with evas_object_image_file_set() it works. But if the file changes (ie. replaced by another), evas_object_image_file_set() on that file again does not load the new but keep the old