[epiphany] Make location bar linked



commit a3058d223a3d141caf275b330cd0998d7c646254
Author: William Jon McCann <william jon mccann gmail com>
Date:   Wed May 7 09:47:28 2014 -0400

    Make location bar linked

 src/ephy-title-box.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-title-box.c b/src/ephy-title-box.c
index f6cbed7..580dd6d 100644
--- a/src/ephy-title-box.c
+++ b/src/ephy-title-box.c
@@ -157,6 +157,7 @@ ephy_title_box_add_address_bar (EphyTitleBox *title_box)
   box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
   gtk_widget_show (box);
   gtk_style_context_add_class (gtk_widget_get_style_context (box), "location-entry");
+  gtk_style_context_add_class (gtk_widget_get_style_context (box), GTK_STYLE_CLASS_LINKED);
   gtk_stack_add_named (GTK_STACK (title_box), box, "address-bar");
 
   priv->entry = ephy_location_entry_new ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]