summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-30 14:23:38 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-30 14:23:38 +0000
commit835d033e7b0c37883c05ab0c66086d089ababd26 (patch)
tree8a305d608aec7b06768ef46b9116c111ae38ae1d /desktop
parent22c31c63492ed051faf7b313158b8466d4812ce1 (diff)
downloadnetsurf-835d033e7b0c37883c05ab0c66086d089ababd26.tar.gz
netsurf-835d033e7b0c37883c05ab0c66086d089ababd26.tar.bz2
Amiga icon loader. Treeviews will now use the user's icons for content types.
svn path=/trunk/netsurf/; revision=10925
Diffstat (limited to 'desktop')
-rw-r--r--desktop/tree_url_node.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/tree_url_node.c b/desktop/tree_url_node.c
index f70d6ed05..f89d5c045 100644
--- a/desktop/tree_url_node.c
+++ b/desktop/tree_url_node.c
@@ -93,6 +93,9 @@ struct icon_entry icon_table[] = {
#ifdef WITH_WEBP
{CONTENT_WEBP, NULL},
#endif
+#ifdef WITH_AMIGA_ICON
+ {CONTENT_AMIGA_ICON, NULL},
+#endif
{CONTENT_UNKNOWN, NULL},
/* this serves as a sentinel */