Thanks in svn!
But you should modify ChangeLog and NEWS when you fix a bug which was
existed in the previous release.
I did it for you this time.
http://trac.enlightenment.org/e/changeset/82300

And note if a bug exists in the branches, you also have fix the branch. We
call this "backport"
I did it for you too.
http://trac.enlightenment.org/e/changeset/82301

Thanks. Happy weekend.

Daniel Juyung Seo (SeoZ)


On Sun, Jan 6, 2013 at 10:37 PM, 조재현 <jae_hyun_...@naver.com> wrote:

> Thank you for your advice :)
> I took your advice and then I simply took the signal emit code out of the
> if case.
> Please review this patch again.
>
> Thank you,
> Jaehyun Cho.
>
> -----Original Message-----
> From: "Daniel Juyung Seo"&lt;seojuyu...@gmail.com&gt;
> To: "Enlightenment developer list"&
> lt;enlightenment-devel@lists.sourceforge.net&gt;;
> Cc:
> Sent: 2013-01-06 (일) 16:09:44
> Subject: Re: [E-devel] [Patch] Fix elc_naviframe to emit state signals for
> text part (elementary)
>
> Thanks. Good catch but these lines are already there so you can reuse it.
>
> +             eina_stringshare_replace(&amp;pair-&gt;part, part);
> +             if (label)
> +               snprintf(buf, sizeof(buf), "elm,state,%s,show", part);
> +             else
> +               snprintf(buf, sizeof(buf), "elm,state,%s,hide", part);
> +             elm_object_signal_emit(VIEW(it), buf, "elm");
>
> Can you provide a better patch?
>
> Daniel Juyung Seo (SeoZ)
>
> On Sun, Jan 6, 2013 at 2:23 PM, 조재현 &lt;jae_hyun_cho&gt;@naver.com&gt;
> wrote:
>
> &gt; Dear all,
> &gt;
> &gt; Hello. This is Jaehyun Cho.
> &gt; Now, naviframe emits state signals (e.g. show or hide) for customized
> text
> &gt; part (i.e. neither "elm.text.title" nor "elm.text.subtitle") which is
> going
> &gt; to be appended to the item's text_list.
> &gt; However, if the customized text parts change the text label when the
> text
> &gt; parts are in the item's text_list, naviframe does not emit state
> signals
> &gt; for them.
> &gt; To resolve this issue, I added additional case in _item_text_set_hook
> to
> &gt; handle the text part which is in the item's text_list.
> &gt; (elementary/src/lib/elc_naviframe.c)
> &gt; Please review this.
> &gt;
> &gt; Thank you,
> &gt; Jaehyun Cho.
> &gt;
> &gt;
> &gt;
> ------------------------------------------------------------------------------
> &gt; Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> &gt; MVC, Windows 8 Apps, JavaScript and much more. Keep your skills
> current
> &gt; with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> &gt; MVPs and experts. ON SALE this month only -- learn more at:
> &gt; http://p.sf.net/sfu/learnmore_123012
> &gt; _______________________________________________
> &gt; enlightenment-devel mailing list
> &gt; enlightenment-devel@lists.sourceforge.net
> &gt; https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> &gt;
> &gt;
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_123012
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_123012
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to