'everything' enable apps history list again

SVN revision: 48045
This commit is contained in:
Hannes Janetzek 2010-04-16 01:59:44 +00:00
parent 3f29ece6db
commit 69c54aee66
1 changed files with 6 additions and 7 deletions

View File

@ -423,13 +423,12 @@ _hist_items_add_cb(const Eina_Hash *hash, const void *key, void *data, void *fda
{
app = _item_add(p, d, NULL, 1);
}
/* else FIXME only append files that exist
* {
* app = _item_add(p, NULL, (char *) key, 1);
* if (app && app->desktop)
* efreet_desktop_ref(app->desktop);
* } */
else
{
app = _item_add(p, NULL, (char *) key, 1);
if (app && app->desktop)
efreet_desktop_ref(app->desktop);
}
if (app && app->desktop)
{