everything: show 'launch' action for non .desktop app items

SVN revision: 42497
This commit is contained in:
Hannes Janetzek 2009-09-15 17:19:53 +00:00
parent 28eac9678c
commit 420316641a
1 changed files with 3 additions and 3 deletions

View File

@ -515,14 +515,14 @@ _exec_app_check_item(Evry_Action *act __UNUSED__, const Evry_Item *it)
{
ITEM_APP(app, it);
if (app->desktop)
return 1;
/* if (app->desktop)
* return 1; */
/* run in terminal or do a .desktop entry! it's easy now */
/* if (app->file && strlen(app->file) > 0)
* return 1; */
return 0;
return 1;
}
static int