aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-12-19 20:36:10 +0800
committerXan Lopez <xan@igalia.com>2012-12-19 20:36:10 +0800
commit4441ac86a00e4e01f96153e4af6e86310eac2394 (patch)
tree4f4c3b134fdeb6194f4a3b6f124dad8f83985cfe
parent6e16272c9bbe3f91ceb0d5656a6f913a59a0d29a (diff)
downloadgsoc2013-epiphany-4441ac86a00e4e01f96153e4af6e86310eac2394.tar
gsoc2013-epiphany-4441ac86a00e4e01f96153e4af6e86310eac2394.tar.gz
gsoc2013-epiphany-4441ac86a00e4e01f96153e4af6e86310eac2394.tar.bz2
gsoc2013-epiphany-4441ac86a00e4e01f96153e4af6e86310eac2394.tar.lz
gsoc2013-epiphany-4441ac86a00e4e01f96153e4af6e86310eac2394.tar.xz
gsoc2013-epiphany-4441ac86a00e4e01f96153e4af6e86310eac2394.tar.zst
gsoc2013-epiphany-4441ac86a00e4e01f96153e4af6e86310eac2394.zip
Revert "ephy-toolbar: set url entry's box style class to .linked"
This reverts commit 6626beaf15f04824066af937d3fa277e8bd46aa6. We won't get the theming right in time for the release, so revert for now.
-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 3af2e9390..5aa50803b 100644
--- a/src/ephy-toolbar.c
+++ b/src/ephy-toolbar.c
@@ -149,7 +149,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),
- "linked");
+ "location-entry");
/* Reload/Stop */
tool_button = gtk_button_new ();