diff --git a/src/bin/e_apps.c b/src/bin/e_apps.c index 7e158229f..2ee81d438 100644 --- a/src/bin/e_apps.c +++ b/src/bin/e_apps.c @@ -5,7 +5,7 @@ /* TODO List: * - * - We assume only .eapp files in 'all', no subdirs + * - We assume only .eap files in 'all', no subdirs * - If a .order file references a non-existing file, and the file * is added in 'all', it doesn't show! * - track app execution state, visibility state etc. and call callbacks diff --git a/src/bin/e_int_menus.c b/src/bin/e_int_menus.c index 7ff12f0aa..f91756d38 100644 --- a/src/bin/e_int_menus.c +++ b/src/bin/e_int_menus.c @@ -354,7 +354,7 @@ _e_int_menus_apps_scan(E_Menu *m) { char buf[4096]; - snprintf(buf, sizeof(buf), "%s/.directory.eapp", a->path); + snprintf(buf, sizeof(buf), "%s/.directory.eap", a->path); e_menu_item_icon_edje_set(mi, buf, "icon"); e_menu_item_submenu_set(mi, e_int_menus_apps_new(a->path)); app_count++;