From f0b264670e57d1eefd6f7e297b87cedf38d8be9a Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 13 Jan 2005 22:42:39 +0000 Subject: [project @ 2005-01-13 22:42:38 by bursa] Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448 --- content/content_type.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/content_type.h') diff --git a/content/content_type.h b/content/content_type.h index 484a877a6..4cbb49550 100644 --- a/content/content_type.h +++ b/content/content_type.h @@ -41,6 +41,9 @@ typedef enum { #endif #ifdef WITH_PLUGIN CONTENT_PLUGIN, +#endif +#ifdef WITH_THEME_INSTALL + CONTENT_THEME, #endif /* these must be the last two */ CONTENT_OTHER, -- cgit v1.2.3