bugfix: don't add NoDisplay .desktop files to evry apps view

T598
This commit is contained in:
Mike Blumenkrantz 2013-12-04 12:02:05 -05:00
parent 1f95d146fe
commit 70bcba8451
1 changed files with 1 additions and 0 deletions

View File

@ -383,6 +383,7 @@ _item_desktop_add(Plugin *p, Efreet_Desktop *desktop, int match)
{
Evry_Item_App *app = NULL;
if (desktop->no_display) return;
if ((app = eina_hash_find(p->added, desktop->exec)))
{
if (eina_list_data_find_list(p->base.items, app))