oops - fix valid check

SVN revision: 17027
This commit is contained in:
Carsten Haitzler 2005-09-28 08:00:52 +00:00
parent 7f19f88878
commit a614d6f5d5
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ _e_int_menus_apps_scan(E_Menu *m)
{
a = l->data;
if (e_app_valid_exe_get(a))
if (e_app_valid_exe_get(a) || (!a->exe))
{
mi = e_menu_item_new(m);
e_menu_item_label_set(mi, a->name);