backport in 1.0?
2012. 5. 10. 오후 4:21에 "Enlightenment SVN" <no-re...@enlightenment.org>님이 작성:

> Log:
> elementary/elm_bubble : Fix a bug. Should return EINA_FALSE when no
>  content exists.
>
>
> Author:       woohyun
> Date:         2012-05-10 00:21:26 -0700 (Thu, 10 May 2012)
> New Revision: 70904
> Trac:         http://trac.enlightenment.org/e/changeset/70904
>
> Modified:
>  trunk/elementary/src/lib/elm_bubble.c
>
> Modified: trunk/elementary/src/lib/elm_bubble.c
> ===================================================================
> --- trunk/elementary/src/lib/elm_bubble.c       2012-05-10 06:30:49 UTC
> (rev 70903)
> +++ trunk/elementary/src/lib/elm_bubble.c       2012-05-10 07:21:26 UTC
> (rev 70904)
> @@ -130,7 +130,7 @@
>
>    content = elm_layout_content_get(obj, NULL);
>
> -   if (content) return EINA_FALSE;
> +   if (!content) return EINA_FALSE;
>
>    /* Try Focus cycle in subitem */
>    return elm_widget_focus_direction_get
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to