From 0c0ff3c59631d0968c888279195ea40d4a7fd824 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 17 Jun 2003 19:24:21 +0000 Subject: [project @ 2003-06-17 19:24:20 by bursa] Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180 --- riscos/gui.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'riscos/gui.c') diff --git a/riscos/gui.c b/riscos/gui.c index c0ca96be9..8ec03c006 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -1,5 +1,5 @@ /** - * $Id: gui.c,v 1.32 2003/06/14 11:34:02 bursa Exp $ + * $Id: gui.c,v 1.33 2003/06/17 19:24:21 bursa Exp $ */ #include "netsurf/desktop/options.h" @@ -1170,19 +1170,6 @@ void ro_gui_throb(void) { if (g->type == GUI_BROWSER_WINDOW) { - if (g->data.browser.bw->current_content->status == CONTENT_PENDING) { - /* images still loading */ - gui_window_set_status(g, g->data.browser.bw->current_content->status_message); - if (g->data.browser.bw->current_content->active == 0) { - /* any image fetches have finished */ - browser_window_reformat(g->data.browser.bw); - browser_window_stop_throbber(g->data.browser.bw); - /* TODO: move this elsewhere: can't just move it to the image loader, - * because then this if would be triggered when an old content is - * present */ - g->data.browser.bw->current_content->status = CONTENT_DONE; - } - } if ((g->data.browser.bw->flags & browser_TOOLBAR) != 0) { if (g->data.browser.bw->throbbing != 0) -- cgit v1.2.3