more .eapp->.eap

SVN revision: 15550
This commit is contained in:
handyande 2005-06-27 14:24:20 +00:00 committed by handyande
parent e4986f089a
commit 6ca0b974af
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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++;