summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-14 23:31:54 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-14 23:31:54 +0000
commit0075eab1949e4de071b3649c68ba402b8ffce6fb (patch)
tree9eddbda0fba82159038811dcfff763285ccde925 /desktop/netsurf.c
parent667d4a0a4938e1bfe54eb5b56cd4313b6579534d (diff)
downloadnetsurf-0075eab1949e4de071b3649c68ba402b8ffce6fb.tar.gz
netsurf-0075eab1949e4de071b3649c68ba402b8ffce6fb.tar.bz2
move remaining gui operations to table
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 10dc7ba68..1c36a3fe7 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -103,7 +103,7 @@ static nserror netsurf_llcache_query_handler(const llcache_query *query,
/* For now, do nothing, as this query type isn't emitted yet */
break;
case LLCACHE_QUERY_SSL:
- gui_cert_verify(query->url, query->data.ssl.certs,
+ guit->cert_verify(query->url, query->data.ssl.certs,
query->data.ssl.num, cb, cbpw);
break;
}