And don't show applications with NoDisplay

SVN revision: 54235
This commit is contained in:
Sebastian Dransfeld 2010-11-06 16:54:51 +00:00
parent 9de16beb3c
commit 8948d6ddf3
1 changed files with 5 additions and 0 deletions

View File

@ -342,6 +342,11 @@ _fill_apps_list(E_Config_Dialog_Data *cfdata)
{
Eina_List *ll;
if (desk->no_display)
{
efreet_desktop_free(desk);
continue;
}
ll = eina_list_search_unsorted_list(cfdata->new_apps, _cb_desks_sort, desk);
if (ll)
{