if( g_list_find_custom(tmp, (gpointer)def->data,
(GCompareFunc)strcmp2) == NULL) {
if( g_list_find_custom(tmp, (gpointer)def->data,
(GCompareFunc)strcmp2) == NULL) {
node = tmp;
cnt = g_list_length( tmp );
ptrArray = g_new0( char *, 1 + cnt);
node = tmp;
cnt = g_list_length( tmp );
ptrArray = g_new0( char *, 1 + cnt);
else
item = g_strdup(criteria);
debug_print("adding attribute to list: %s\n", item);
else
item = g_strdup(criteria);
debug_print("adding attribute to list: %s\n", item);