edje: give more info when needed.

Typicall case being with elementary not taking theme
into account due to misspelling.


SVN revision: 60599
This commit is contained in:
Cedric BAIL 2011-06-22 15:59:15 +00:00
parent 1a82ea0ad6
commit 2ca0489fc5
1 changed files with 3 additions and 0 deletions

View File

@ -173,6 +173,9 @@ edje_file_group_exists(const char *file, const char *glob)
if (eina_hash_find(edf->collection, glob)) succeed = EINA_TRUE;
}
_edje_cache_file_unref(edf);
INF("edje_file_group_exists: '%s', '%s': %i\n", file, glob, succeed);
return succeed;
}