Re: [E-devel] [Patch] elm_map: add image loading error handling

2011-10-31 Thread Bluezery
happens when gi-file is NULL ? -Original Message- From: Bluezery [mailto:ohpowel@...] Sent: 31 October 2011 14:54 To: enlightenment-devel@... Subject: [E-devel] [Patch] elm_map: add image loading error handling Dear all I made a bug fix for elm_map. When a downloaded image has an error

Re: [E-devel] [Patch] elm_map: add image loading error handling

2011-10-31 Thread The Rasterman
On Mon, 31 Oct 2011 14:54:19 +0900 Bluezery ohpo...@gmail.com said: Dear all I made a bug fix for elm_map. When a downloaded image has an error, , elm_map removes a file and goes on just like download succeeded . However, it is not success, so it should be marked as FALSE for later

[E-devel] [Patch] elm_map: add image loading error handling

2011-10-30 Thread Bluezery
Dear all I made a bug fix for elm_map. When a downloaded image has an error, , elm_map removes a file and goes on just like download succeeded . However, it is not success, so it should be marked as FALSE for later retry. Can anyone review this simple patch? :) Index: elm_map.c