aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-17 01:22:01 +0800
committerXan Lopez <xan@igalia.com>2012-01-17 01:49:48 +0800
commitda544577399cfb2f243e0c26515a0dc79163c02e (patch)
tree2894313c05a1ca3957560279c73380de71e592f9 /src
parentb12f9670bc776806b8325dc33b53b33e845816b4 (diff)
downloadgsoc2013-epiphany-da544577399cfb2f243e0c26515a0dc79163c02e.tar
gsoc2013-epiphany-da544577399cfb2f243e0c26515a0dc79163c02e.tar.gz
gsoc2013-epiphany-da544577399cfb2f243e0c26515a0dc79163c02e.tar.bz2
gsoc2013-epiphany-da544577399cfb2f243e0c26515a0dc79163c02e.tar.lz
gsoc2013-epiphany-da544577399cfb2f243e0c26515a0dc79163c02e.tar.xz
gsoc2013-epiphany-da544577399cfb2f243e0c26515a0dc79163c02e.tar.zst
gsoc2013-epiphany-da544577399cfb2f243e0c26515a0dc79163c02e.zip
ephy-toolbar: set a style class to the location+reload combo
This way it's easier to access from the theme.
Diffstat (limited to 'src')
-rw-r--r--src/ephy-toolbar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c
index bb707c11f..b167f06d8 100644
--- a/src/ephy-toolbar.c
+++ b/src/ephy-toolbar.c
@@ -129,6 +129,8 @@ ephy_toolbar_constructed (GObject *object)
location = gtk_action_create_tool_item (action);
gtk_box_pack_start (GTK_BOX (box), location,
TRUE, TRUE, 0);
+ gtk_style_context_add_class (gtk_widget_get_style_context (box),
+ "location-entry");
/* Reload/Stop */
tool_button = gtk_button_new ();