Revert that recent trap commit.

SVN revision: 27567
This commit is contained in:
Christopher Michael 2006-12-26 05:10:48 +00:00
parent 50c184fbf1
commit 70c452e8ee
1 changed files with 0 additions and 2 deletions

View File

@ -934,10 +934,8 @@ _ecore_desktop_menu_unxml_rules(Ecore_Desktop_Tree * rules,
int i; int i;
char temp[PATH_MAX]; char temp[PATH_MAX];
if (!tree) return;
for (i = 0; i < tree->size; i++) for (i = 0; i < tree->size; i++)
{ {
if (!tree->elements[i]) continue;
if (tree->elements[i].type == ECORE_DESKTOP_TREE_ELEMENT_TYPE_STRING) if (tree->elements[i].type == ECORE_DESKTOP_TREE_ELEMENT_TYPE_STRING)
{ {
/* FIXME <All /> or <All foo="bar"> would be valid input (which this won't catch) */ /* FIXME <All /> or <All foo="bar"> would be valid input (which this won't catch) */