summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.c
diff options
context:
space:
mode:
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);