From 0309e937e6bf13bbea5f1a95721919e0524eeab8 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 16 Jul 2006 21:42:37 +0000 Subject: Allow the user to delete cookies. svn path=/trunk/netsurf/; revision=2770 --- riscos/sslcert.c | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/sslcert.c') diff --git a/riscos/sslcert.c b/riscos/sslcert.c index 705e3f4b0..b1e4146bd 100644 --- a/riscos/sslcert.c +++ b/riscos/sslcert.c @@ -197,6 +197,7 @@ void gui_cert_verify(struct browser_window *bw, struct content *c, tree->root->expanded = true; tree->handle = (int)w; tree->movable = false; + tree->no_drag = true; tree->no_vscroll = true; tree->no_furniture = true; tree->single_selection = true; -- cgit v1.2.3