evry-apps: fix history loss: do not remove apps from history when not found in .desktop cache

SVN revision: 56627
This commit is contained in:
Hannes Janetzek 2011-02-01 10:35:33 +00:00
parent 1d55898209
commit 2b72d8d98b
1 changed files with 2 additions and 2 deletions

View File

@ -505,8 +505,8 @@ _hist_items_get_cb(const Eina_Hash *hash __UNUSED__, const void *key, void *data
else
{
/* remove from history */
DBG("no desktop: %s", exec);
hi->transient = 1;
/* DBG("no desktop: %s", exec);
* hi->transient = 1; */
}
}