summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-17 18:26:32 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-17 18:26:32 (EDT)
commit7720c99207b1cc53f1e9516a7a65ed1c72c63264 (patch)
tree4ab06088921a6b543ba6d33750eddef128aecea0 /src/tab-chrome.h
parente32b77da10c20ca5b47d11a356b32472f1103e08 (diff)
downloadmarquee-7720c99207b1cc53f1e9516a7a65ed1c72c63264.zip
marquee-7720c99207b1cc53f1e9516a7a65ed1c72c63264.tar.gz
marquee-7720c99207b1cc53f1e9516a7a65ed1c72c63264.tar.bz2
src/tab-chrome.[ch]: Link back/forward buttons
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index 61fc069..e63ac23 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -30,8 +30,8 @@ typedef struct {
GtkWidget *tab_label;
guint tab_position;
GtkWidget *container;
- GtkToolItem *back_button;
- GtkToolItem *forward_button;
+ GtkWidget *back_button;
+ GtkWidget *forward_button;
GtkWidget *stop_icon;
GtkWidget *reload_icon;
GtkToolItem *stop_reload_button;