We must accept all categories, because some aren't initialized on startup,

like base/theme/menus


SVN revision: 17038
This commit is contained in:
sebastid 2005-09-28 18:33:57 +00:00 committed by sebastid
parent 9878ccae17
commit ebccd9d3e3
1 changed files with 2 additions and 0 deletions

View File

@ -328,7 +328,9 @@ e_theme_config_set(const char *category, const char *file)
Evas_List *next;
/* Don't accept unused categories */
#if 0
if (!e_theme_category_find(category)) return 0;
#endif
/* search for the category */
for (next = e_config->themes; next; next = next->next)