We must accept all categories, because some aren't initialized on startup,
authorsebastid <sebastid>
Wed, 28 Sep 2005 18:33:57 +0000 (18:33 +0000)
committersebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 28 Sep 2005 18:33:57 +0000 (18:33 +0000)
like base/theme/menus

SVN revision: 17038

src/bin/e_theme.c

index 4420d051299716d10ea6652df8dae19edcbab12d..d20add7293e4d7765c44eaef171fd8bb4b5b3c03 100644 (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)