summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-07-09 21:22:03 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-07-09 21:22:03 +0000
commitc273d17ae57b4b38478f64f53ff603d2afb08b0f (patch)
tree7d6019e960fad8a2320bebd34ed1bd0d4aeb18c0 /riscos/hotlist.c
parent5c804fe3b209ecf416a9525f570f6a52f20bfe08 (diff)
downloadnetsurf-c273d17ae57b4b38478f64f53ff603d2afb08b0f.tar.gz
netsurf-c273d17ae57b4b38478f64f53ff603d2afb08b0f.tar.bz2
[project @ 2004-07-09 21:22:03 by rjw]
Fix for content-type auto updating svn path=/import/netsurf/; revision=1065
Diffstat (limited to 'riscos/hotlist.c')
-rw-r--r--riscos/hotlist.c2
1 files changed, 1 insertions, 1 deletions
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);