Patch from metrics, this time applied in the correct place.

SVN revision: 25971
This commit is contained in:
David Walter Seikel 2006-09-19 02:49:46 +00:00
parent 7d4d4f4b72
commit 21cd340ca3
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ _e_fdo_menu_to_order_cb_desktop_foreach(void *list_data, void *data)
snprintf(path, PATH_MAX, "%s/%s", cat_data->path, filename);
desktop = ecore_desktop_get(path, NULL);
/* Check if we process */
if (!desktop) return;
if ( (!desktop->hidden) && (!desktop->no_display) && ((desktop->type == NULL) || (strcmp(desktop->type, "Application") == 0)) )
{
char *category;