From c273d17ae57b4b38478f64f53ff603d2afb08b0f Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 9 Jul 2004 21:22:03 +0000 Subject: [PATCH] [project @ 2004-07-09 21:22:03 by rjw] Fix for content-type auto updating svn path=/import/netsurf/; revision=1065 --- riscos/hotlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscos/hotlist.c b/riscos/hotlist.c index e791de79b..c74e5a857 100644 --- a/riscos/hotlist.c +++ b/riscos/hotlist.c @@ -710,7 +710,7 @@ void ro_gui_hotlist_visited_update(struct content *content, struct hotlist_entry /* Update our values */ - if (entry->children == 0) entry->filetype = ro_content_filetype(content); + if (entry->children == -1) entry->filetype = ro_content_filetype(content); entry->visits++; entry->last_date = time(NULL); ro_gui_hotlist_update_entry_size(entry);