Ah..ok. Thanks for the explanation.
I was just curious whether there was a weird bug which I do not know of.
On Jul 4, 2012 9:57 AM, "Gustavo Sverzut Barbieri" <barbi...@profusion.mobi>
wrote:

> On Tue, Jul 3, 2012 at 9:41 PM, Daniel Juyung Seo <seojuyu...@gmail.com>
> wrote:
> > what was the problem with edje?
>
> nothing, just the code was using edje_get() -> edje_function instead
> of the layout one:
>
> >> -   edje = elm_layout_edje_get(test_data->layout);
> >> -   edje_object_signal_callback_add(edje, "restart", "test-theme",
> >> _restart,
> >> -                                   test_data);
> >> +   elm_layout_signal_callback_add(test_data->layout, "restart",
> >> "test-theme",
> >> +                                  _restart, test_data);
>
>
>
> --
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --------------------------------------
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
>
>
> ------------------------------------------------------------------------------
> 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
>
------------------------------------------------------------------------------
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