From e215fc6136d154aa5faf1cc44dffbb88a41dffc7 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 18 Oct 2004 02:27:19 +0000 Subject: [project @ 2004-10-18 02:27:19 by jmb] Fix segv in GTK build. /me also slaps the RISC OS build for not dying appropriately too. svn path=/import/netsurf/; revision=1324 --- render/html_redraw.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render/html_redraw.c') diff --git a/render/html_redraw.c b/render/html_redraw.c index 8c7a4e274..0b88e06d8 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -220,6 +220,7 @@ bool html_redraw_box(struct box *box, * image covering it */ ((box->style->background_repeat != CSS_BACKGROUND_REPEAT_REPEAT) || + (box->background == NULL) || (box->background->bitmap == NULL) || /*(ro_gui_current_redraw_gui == NULL) || (!ro_gui_current_redraw_gui-> -- cgit v1.2.1