ok. may be fixed when elm_layout is applied.


------------------------------------

-Regards, Hermet-

-----Original Message-----
From: "Daniel Juyung Seo"<seojuyu...@gmail.com> 
To: <enlightenment-devel@lists.sourceforge.net>; 
Cc: <enlightenment-...@lists.sourceforge.net>; 
Sent: 2012-12-10 (월) 16:04:32
Subject: Re: [E-devel] E SVN: hermet trunk/elementary/src/lib

elementary_config gui is borken after this commit.

Daniel Juyung Seo (SeoZ)

On Sat, Dec 8, 2012 at 6:39 PM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> elementary/naviframe - set main content to naviframe sub object to keep
> the obj-sub tree.
>
>   it needs to set other item contnets to be sub object.
>
>
>
> Author:       hermet
> Date:         2012-12-08 01:39:19 -0800 (Sat, 08 Dec 2012)
> New Revision: 80520
> Trac:         http://trac.enlightenment.org/e/changeset/80520
>
> 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-08 09:21:10 UTC
> (rev 80519)
> +++ trunk/elementary/src/lib/elc_naviframe.c    2012-12-08 09:39:19 UTC
> (rev 80520)
> @@ -507,6 +507,7 @@
>
>     evas_object_event_callback_add
>       (content, EVAS_CALLBACK_DEL, _item_content_del_cb, it);
> +   elm_widget_sub_object_add(WIDGET(it), content);
>  }
>
>  static void
> @@ -569,6 +570,7 @@
>     evas_object_event_callback_del
>       (content, EVAS_CALLBACK_DEL, _item_content_del_cb);
>
> +   elm_widget_sub_object_del(WIDGET(it), content);
>     it->content = NULL;
>     return content;
>  }
>
>
>
> 
------------------------------------------------------------------------------
> 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


------------------------------------------------------------------------------
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