summaryrefslogtreecommitdiff
path: root/frontends/gtk/toolbar.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-17 00:48:57 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-09-21 10:53:41 +0100
commita20fe23ce611a156ba7f10d555436b3ad9f8b72f (patch)
treef1b0e2f87972d6ee23b1a2917058b8bcb483a4b8 /frontends/gtk/toolbar.c
parent9bbc7eb9cbde19ff594ce5901fdf7bf1faac2874 (diff)
downloadnetsurf-a20fe23ce611a156ba7f10d555436b3ad9f8b72f.tar.gz
netsurf-a20fe23ce611a156ba7f10d555436b3ad9f8b72f.tar.bz2
move search toolbar to be per tab and move implementation to one place
Diffstat (limited to 'frontends/gtk/toolbar.c')
-rw-r--r--frontends/gtk/toolbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/gtk/toolbar.c b/frontends/gtk/toolbar.c
index 8d6c09281..0d868a0ba 100644
--- a/frontends/gtk/toolbar.c
+++ b/frontends/gtk/toolbar.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2009 Mark Benjamin <netsurf-browser.org.MarkBenjamin@dfgh.net>
+ * Copyright 2019 Vincent Sanders <vince@netsurf-browser.org>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -18,7 +18,7 @@
/**
* \file
- * implementatio of toolbar to control browsing context
+ * implementation of toolbar to control browsing context
*/
#include <stdlib.h>