From da544577399cfb2f243e0c26515a0dc79163c02e Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 16 Jan 2012 18:22:01 +0100 Subject: ephy-toolbar: set a style class to the location+reload combo This way it's easier to access from the theme. --- src/ephy-toolbar.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 (); -- cgit v1.2.3