summaryrefslogtreecommitdiff
path: root/riscos/sslcert.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-07-16 21:42:37 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-07-16 21:42:37 +0000
commit0309e937e6bf13bbea5f1a95721919e0524eeab8 (patch)
treeec578cb987471c7ab16d1e8d921f647d220ac903 /riscos/sslcert.c
parent81512fa939c2cfa759b80a48a89f39fdc5238cd4 (diff)
downloadnetsurf-0309e937e6bf13bbea5f1a95721919e0524eeab8.tar.gz
netsurf-0309e937e6bf13bbea5f1a95721919e0524eeab8.tar.bz2
Allow the user to delete cookies.
svn path=/trunk/netsurf/; revision=2770
Diffstat (limited to 'riscos/sslcert.c')
-rw-r--r--riscos/sslcert.c1
1 files changed, 1 insertions, 0 deletions
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;