From d75ece0d71535ca9ea300e12c167e4fcb78c20a5 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 20 Sep 2008 22:07:11 +0000 Subject: Stop the throbber trying to draw on download and 401-login windows. svn path=/trunk/netsurf/; revision=5382 --- amiga/login.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/login.h') diff --git a/amiga/login.h b/amiga/login.h index 25aa57006..02a39cb4f 100755 --- a/amiga/login.h +++ b/amiga/login.h @@ -23,8 +23,8 @@ struct gui_login_window { Object *objects[OID_LAST]; struct Gadget *gadgets[GID_LAST]; struct nsObject *node; - ULONG pad[2]; struct browser_window *bw; + ULONG pad[3]; char *url; char *realm; char *host; -- cgit v1.2.1