[E-devel] Small patch with ecore_con_url.

2011-10-31 Thread Kim Yunhan
Hello. When I tested with elementary map, there is too many logs on console. It makes me difficult to distinguish normal logs that I want to debug. :'-( It's libcurl's internal log for representing progress bar like this. - downloaded : 343 / 363 % Total% Received % Xferd Average

Re: [E-devel] Small patch with ecore_con_url.

2011-10-31 Thread Kim Yunhan
Ooops. I forgot to attach patch file. :-) On Mon, Oct 31, 2011 at 11:13 PM, Kim Yunhan spb...@gmail.com wrote: Hello. When I tested with elementary map, there is too many logs on console. It makes me difficult to distinguish normal logs that I want to debug. :'-( It's libcurl's internal

Re: [E-devel] Small patch with ecore_con_url.

2011-10-31 Thread Cedric BAIL
On Mon, Oct 31, 2011 at 3:15 PM, Kim Yunhan spb...@gmail.com wrote: Ooops. I forgot to attach patch file. :-) On Mon, Oct 31, 2011 at 11:13 PM, Kim Yunhan spb...@gmail.com wrote: Hello. When I tested with elementary map, there is too many logs on console. It makes me difficult to

Re: [E-devel] Small patch with ecore_con_url.

2011-10-31 Thread Kim Yunhan
Yes! I empathized what you worry about. At the first time, I tried to set this option at the initialization time in ecore_con_url. Then as you mentioned, no more propagation is occurred! :'-( So I looked around more deeply, then I change that this code is called at its finalization time as you

Re: [E-devel] Small patch with ecore_con_url.

2011-10-31 Thread Cedric BAIL
On Mon, Oct 31, 2011 at 3:49 PM, Kim Yunhan spb...@gmail.com wrote: Yes! I empathized what you worry about. At the first time, I tried to set this option at the initialization time in ecore_con_url. Then as you mentioned, no more propagation is occurred! :'-( So I looked around more deeply,

Re: [E-devel] Small patch with ecore_con_url.

2011-10-31 Thread The Rasterman
On Mon, 31 Oct 2011 23:49:22 +0900 Kim Yunhan spb...@gmail.com said: i was going to say.. yes - that was reverted due to lack of progress callbacks then.. but now this way works. awesome. in svn it is! thanks! Yes! I empathized what you worry about. At the first time, I tried to set this