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 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 > retry. > > Can

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

2011-10-31 Thread Bluezery
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, , elm_

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

2011-10-30 Thread Sanjeev
What happens when gi->file is NULL ? -Original Message- From: Bluezery [mailto:ohpo...@gmail.com] Sent: 31 October 2011 14:54 To: enlightenment-devel@lists.sourceforge.net Subject: [E-devel] [Patch] elm_map: add image loading error handling Dear all I made a bug fix for elm_map. Whe

[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