aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-12-13 03:06:16 +0800
committerXan Lopez <xan@igalia.com>2012-12-13 03:07:09 +0800
commit6626beaf15f04824066af937d3fa277e8bd46aa6 (patch)
tree9903cad6cf4557bc99e14233feaa367b20c78c0a /src
parentc4bceab97ac344861b3055795ab92f0e13bd0d47 (diff)
downloadgsoc2013-epiphany-6626beaf15f04824066af937d3fa277e8bd46aa6.tar
gsoc2013-epiphany-6626beaf15f04824066af937d3fa277e8bd46aa6.tar.gz
gsoc2013-epiphany-6626beaf15f04824066af937d3fa277e8bd46aa6.tar.bz2
gsoc2013-epiphany-6626beaf15f04824066af937d3fa277e8bd46aa6.tar.lz
gsoc2013-epiphany-6626beaf15f04824066af937d3fa277e8bd46aa6.tar.xz
gsoc2013-epiphany-6626beaf15f04824066af937d3fa277e8bd46aa6.tar.zst
gsoc2013-epiphany-6626beaf15f04824066af937d3fa277e8bd46aa6.zip
ephy-toolbar: set url entry's box style class to .linked
Lapo wants it.
Diffstat (limited to 'src')
-rw-r--r--src/ephy-toolbar.c2
1 files changed, 1 insertions, 1 deletions
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 ();