oops.. fix build break.

This commit is contained in:
ChunEon Park 2014-10-14 15:30:59 +09:00
parent 826045dda6
commit 6987c66fdd
1 changed files with 2 additions and 2 deletions

View File

@ -740,7 +740,7 @@ statusbar_set()
} }
static void static void
template_show(void) template_show(app_data *ad)
{ {
if (ad->template_new) if (ad->template_new)
menu_edc_new(EINA_TRUE); menu_edc_new(EINA_TRUE);
@ -771,7 +771,7 @@ init(app_data *ad, int argc, char **argv)
menu_init(ad->enventor); menu_init(ad->enventor);
template_show(); template_show(ad);
return EINA_TRUE; return EINA_TRUE;
} }