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:
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
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
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
=