From 6626beaf15f04824066af937d3fa277e8bd46aa6 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 12 Dec 2012 20:06:16 +0100 Subject: ephy-toolbar: set url entry's box style class to .linked Lapo wants it. --- src/ephy-toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c index 97a72a13d..6fff281ac 100644 --- a/src/ephy-toolbar.c +++ b/src/ephy-toolbar.c @@ -146,7 +146,7 @@ ephy_toolbar_constructed (GObject *object) gtk_box_pack_start (GTK_BOX (box), location, TRUE, TRUE, 0); gtk_style_context_add_class (gtk_widget_get_style_context (box), - "location-entry"); + "linked"); /* Reload/Stop */ tool_button = gtk_button_new (); -- cgit v1.2.3