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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tab-chrome.c b/src/tab-chrome.c
index 1d4b2e6..2cb38bc 100644
--- a/src/tab-chrome.c
+++ b/src/tab-chrome.c
@@ -274,7 +274,8 @@ navigation_toolbar_new(MqTabChrome *chrome, gchar *uri)
chrome->forward_button, FALSE, FALSE, 0);
gtk_style_context_add_class(
- gtk_widget_get_style_context(chrome->back_forward_box), "linked");
+ gtk_widget_get_style_context(chrome->back_forward_box),
+ "linked");
back_forward_event_box = gtk_event_box_new();
g_signal_connect(back_forward_event_box, "button-press-event",
G_CALLBACK(back_forward_box_button_press_cb), chrome);