Re: [E-devel] [Patch][elm_map] Remove unnecessary flags

2011-12-04 Thread The Rasterman
On Sat, 12 Nov 2011 17:24:39 +0900 Bluezery said: tnx muchly! in svn! > Previous patch has a bug. > > Fixed patch is attached. > I have changed as below. > // _process_download_list(gi->wd->obj); --> > _process_download_list(gi->wd->obj); > > On Sat, Nov 12, 2011 at 3:51 PM, Bluezery wrote:

Re: [E-devel] [Patch][elm_map] Remove unnecessary flags

2011-11-13 Thread Bluezery
Are you give minutes to review this one?? :) On Sat, Nov 12, 2011 at 5:24 PM, Bluezery wrote: > Previous patch has a bug. > > Fixed patch is attached. > I have changed as below. > //  _process_download_list(gi->wd->obj);  --> > _process_download_list(gi->wd->obj); > > On Sat, Nov 12, 2011 at 3:51

Re: [E-devel] [Patch][elm_map] Remove unnecessary flags

2011-11-12 Thread Bluezery
Previous patch has a bug. Fixed patch is attached. I have changed as below. // _process_download_list(gi->wd->obj); --> _process_download_list(gi->wd->obj); On Sat, Nov 12, 2011 at 3:51 PM, Bluezery wrote: > Hi, > > There are too may flags in elm_map. Most of them are duplicated and > unneces

[E-devel] [Patch][elm_map] Remove unnecessary flags

2011-11-11 Thread Bluezery
Hi, There are too may flags in elm_map. Most of them are duplicated and unnecessary. I have removed "want", "download", "have" variables. I use gi->job instead of "want" & "download". I use ecore_file_exists() instead of "have" flags. Please review attached patch file. Index: src/lib/elm_map.c =