yakov pushed a commit to branch master. http://git.enlightenment.org/tools/erigo.git/commit/?id=c1276499008cd218a25870f7c630ba46f5f08879
commit c1276499008cd218a25870f7c630ba46f5f08879 Author: Yakov Goldberg <yako...@samsung.com> Date: Mon Apr 6 11:40:52 2015 +0300 Update example --- examples/example.egui | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/example.egui b/examples/example.egui index fcfd438..f258f1e 100644 --- a/examples/example.egui +++ b/examples/example.egui @@ -1,16 +1,15 @@ { - "JSON_Version":"2", + "JSON_Version":"1", "Settings": { "project":"new_project", - "images_prefix":"", "start_points":["elm_win1"] }, "Resources": { "Images": { - "logo":"/home/yakov/egui/examples/logo.png" + "logo":"logo.png" } }, "Widgets": @@ -25,11 +24,14 @@ "Properties": { "Efl.Gfx.Base.visible":[true], - "Elm_Win.constructor":[null, "ELM_WIN_BASIC"], "Efl.Gfx.Base.size":[514, 665], "Elm_Win.title":["elm_win1"], "Elm_Win.autodel":[true] }, + "Methods": + { + "Elm_Win.constructor":[null, "ELM_WIN_BASIC"] + }, "Contains":["elm_bg1", "elm_box1"] }, "elm_win1_main_menu": @@ -212,4 +214,4 @@ } } } - } + } \ No newline at end of file --