Good fix :)
But
1. ChangeLog/NEWS need to be updated.
2. Backport to elementary-1.7 needed.

Thanks.

Daniel Juyung Seo (SeoZ)

On Fri, Dec 14, 2012 at 12:29 PM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> if application delete naviframe item,
>   naviframe cannot set top object to resize object
>
>
> Author:       jypark
> Date:         2012-12-13 19:29:21 -0800 (Thu, 13 Dec 2012)
> New Revision: 80908
> Trac:         http://trac.enlightenment.org/e/changeset/80908
>
> Modified:
>   trunk/elementary/src/lib/elc_naviframe.c
>
> Modified: trunk/elementary/src/lib/elc_naviframe.c
> ===================================================================
> --- trunk/elementary/src/lib/elc_naviframe.c    2012-12-14 02:18:02 UTC
> (rev 80907)
> +++ trunk/elementary/src/lib/elc_naviframe.c    2012-12-14 03:29:21 UTC
> (rev 80908)
> @@ -476,7 +476,7 @@
>            {
>               evas_object_freeze_events_set(VIEW(prev_it), EINA_FALSE);
>            }
> -
> +        elm_widget_resize_object_set(WIDGET(prev_it), VIEW(prev_it));
>          evas_object_show(VIEW(prev_it));
>          evas_object_raise(VIEW(prev_it));
>
>
>
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to