summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-06-17 19:24:21 +0000
committerJames Bursa <james@netsurf-browser.org>2003-06-17 19:24:21 +0000
commit0c0ff3c59631d0968c888279195ea40d4a7fd824 (patch)
treef94b64c20bc361664de61ef8993be7693ad2a08d /riscos/gui.c
parentce6dbbb5db1d4ffe77ca99411ddb2d19694eff9c (diff)
downloadnetsurf-0c0ff3c59631d0968c888279195ea40d4a7fd824.tar.gz
netsurf-0c0ff3c59631d0968c888279195ea40d4a7fd824.tar.bz2
[project @ 2003-06-17 19:24:20 by bursa]
Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c15
1 files changed, 1 insertions, 14 deletions
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)