summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-08 02:25:25 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-08 02:25:25 (EDT)
commitdb5f9b3fa27d12167baf5525f2aa56b283989cc3 (patch)
tree91b3c43b1073be65187fc51f9724e48f41268386 /src/tab-chrome.c
parenta39cfd543362c0e83a6e9fbc8fd9cba73b8938c2 (diff)
downloadmarquee-db5f9b3fa27d12167baf5525f2aa56b283989cc3.zip
marquee-db5f9b3fa27d12167baf5525f2aa56b283989cc3.tar.gz
marquee-db5f9b3fa27d12167baf5525f2aa56b283989cc3.tar.bz2
mq_tab_chrome_set_web_view(): Get WebKitFindController and save in MqTabChrome
Diffstat (limited to 'src/tab-chrome.c')
-rw-r--r--src/tab-chrome.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab-chrome.c b/src/tab-chrome.c
index f09eb25..3133196 100644
--- a/src/tab-chrome.c
+++ b/src/tab-chrome.c
@@ -874,5 +874,6 @@ void
mq_tab_chrome_set_web_view(MqTabChrome *chrome, WebKitWebView *web_view)
{
chrome->web_view = web_view;
+ chrome->find_controller = webkit_web_view_get_find_controller(web_view);
connect_web_view(chrome);
}