From 7b67da4dc2d4eb2364be6db6239504155ea3edf3 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 21 Aug 2012 17:23:00 +0200 Subject: ephy-embed-single: Pass NULL as destroy notify to webkit_web_context_register_uri_scheme() A GDestroyNotify paramater has been recently added. --- embed/ephy-embed-single.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index f1c778350..1e77c5a04 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -436,7 +436,7 @@ ephy_embed_single_initialize (EphyEmbedSingle *single) webkit_web_context_register_uri_scheme (web_context, EPHY_ABOUT_SCHEME, about_request_cb, - NULL); + NULL, NULL); #else SoupSession *session; SoupCookieJar *jar; -- cgit v1.2.3