hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=6987c66fdd29303d787760111966da7555d57f76
commit 6987c66fdd29303d787760111966da7555d57f76 Author: ChunEon Park <[email protected]> Date: Tue Oct 14 15:30:59 2014 +0900 oops.. fix build break. --- src/bin/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/main.c b/src/bin/main.c index d6a0862..d9e609c 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -740,7 +740,7 @@ statusbar_set() } static void -template_show(void) +template_show(app_data *ad) { if (ad->template_new) menu_edc_new(EINA_TRUE); @@ -771,7 +771,7 @@ init(app_data *ad, int argc, char **argv) menu_init(ad->enventor); - template_show(); + template_show(ad); return EINA_TRUE; } --
