summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-13 03:12:34 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-13 03:12:34 (EDT)
commitc94c1d5c8772f28cdfeea3e0d9d9ce3a7377265a (patch)
tree60355a5ab47b1458300f32075f5c9f6606b27542 /src/tab-chrome.c
parent107d315bbd11fdf8a4e259a36df59830021e98e2 (diff)
downloadmarquee-c94c1d5c8772f28cdfeea3e0d9d9ce3a7377265a.zip
marquee-c94c1d5c8772f28cdfeea3e0d9d9ce3a7377265a.tar.gz
marquee-c94c1d5c8772f28cdfeea3e0d9d9ce3a7377265a.tar.bz2
MqBackForwardButtonBox: Drop MqTab property
Diffstat (limited to 'src/tab-chrome.c')
-rw-r--r--src/tab-chrome.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab-chrome.c b/src/tab-chrome.c
index c45d500..8bce75c 100644
--- a/src/tab-chrome.c
+++ b/src/tab-chrome.c
@@ -47,7 +47,7 @@ navigation_toolbar_new(MqTabChrome *chrome, const gchar *uri)
navigation_toolbar = GTK_TOOLBAR(gtk_toolbar_new());
/* Back/forward button box */
- back_forward_tool_item = mq_back_forward_button_box_new(chrome->tab,
+ back_forward_tool_item = mq_back_forward_button_box_new(
chrome->web_view);
gtk_toolbar_insert(navigation_toolbar, back_forward_tool_item, -1);