Re: [E-devel] [Patch] fixed Ctxpopup _arrow_update

2013-02-04 Thread Leandro Dorileo
Hi, On Wed, Jan 30, 2013 at 04:17:51AM +, Bora Hwang wrote: > Dear all, > > In elc_ctxpopup.c, there's something wrong when calculating the position of > arrow. > According to the previous code, arrow cannot be shown in the right position > when it should not be displayed in the middle of th

Re: [E-devel] [Patch] fixed Ctxpopup _arrow_update

2013-02-01 Thread ChunEon Park
mail.com> Date : 2013-01-30 23:47 (GMT+09:00) Title : Re: [E-devel] [Patch] fixed Ctxpopup _arrow_update Hi Bora, Hyoyoung made a good comment. Please split the formatting fix and other patches. Actually this is not a formatting fix. It was wrong. Please refer the following l

Re: [E-devel] [Patch] fixed Ctxpopup _arrow_update

2013-02-01 Thread ChunEon Park
sts.sourceforge.net>; Cc: Sent: 2013-01-31 (목) 11:43:38 Subject: Re: [E-devel] [Patch] fixed Ctxpopup _arrow_update Oh, I'm terribly sorry :( I thought I did it right, so didn't check the patch file. Now, this is the correct revised version. Thank you :-) --- Origina

Re: [E-devel] [Patch] fixed Ctxpopup _arrow_update

2013-01-30 Thread Bora Hwang
Oh, I'm terribly sorry :( I thought I did it right, so didn't check the patch file. Now, this is the correct revised version. Thank you :-) --- Original Message --- Sender : Daniel Juyung Seo Date : 2013-01-30 23:47 (GMT+09:00) Title : Re: [E-devel] [Patch] fixed Ctxpopup _ar

Re: [E-devel] [Patch] fixed Ctxpopup _arrow_update

2013-01-30 Thread Daniel Juyung Seo
Hi Bora, Hyoyoung made a good comment. Please split the formatting fix and other patches. Actually this is not a formatting fix. It was wrong. Please refer the following links: http://trac.enlightenment.org/e/wiki/PatchReview http://trac.enlightenment.org/e/wiki/ECoding Can you resend your patch?

Re: [E-devel] [Patch] fixed Ctxpopup _arrow_update

2013-01-30 Thread Hyoyoung Chang
Hello, your patch is nice to apply. but indent isn't why you change indent heavily? i think it's better to customize your editor. On Wed, Jan 30, 2013 at 1:17 PM, Bora Hwang wrote: > Dear all, > > In elc_ctxpopup.c, there's something wrong when calculating the position > of arrow. > According t

[E-devel] [Patch] fixed Ctxpopup _arrow_update

2013-01-29 Thread Bora Hwang
Dear all, In elc_ctxpopup.c, there's something wrong when calculating the position of arrow. According to the previous code, arrow cannot be shown in the right position when it should not be displayed in the middle of the ctxpopup. After the value and condition of the calculation are changed, u