On Tue, Jul 3, 2012 at 9:41 PM, Daniel Juyung Seo <[email protected]> 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: [email protected] 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
