summaryrefslogtreecommitdiff
path: root/frontends/gtk/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-31 23:53:51 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-31 23:53:51 +0100
commit67892ba18f738224e8c5a6e4336b4fe9011c40dd (patch)
tree7f521ad8fd28d7dce2687adec8f030f81aeff547 /frontends/gtk/gui.c
parentd43df4b133335c62c6bc4d7c6d6a041ca1d7f62f (diff)
downloadnetsurf-67892ba18f738224e8c5a6e4336b4fe9011c40dd.tar.gz
netsurf-67892ba18f738224e8c5a6e4336b4fe9011c40dd.tar.bz2
make web search icon setting work properly
Diffstat (limited to 'frontends/gtk/gui.c')
-rw-r--r--frontends/gtk/gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/gtk/gui.c b/frontends/gtk/gui.c
index ba37413b3..d033a5735 100644
--- a/frontends/gtk/gui.c
+++ b/frontends/gtk/gui.c
@@ -304,6 +304,7 @@ static nserror nsgtk_init(int argc, char** argv, char **respath)
resource_filename);
free(resource_filename);
}
+ search_web_select_provider(nsoption_int(search_provider));
/* Default favicon */
res = nsgdk_pixbuf_new_from_resname("favicon.png", &favicon_pixbuf);