[epiphany] ephy-title-box: Remove an unneeded style class



commit b7e9fc113817bf807d58329c950fa7912a9b2137
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Mon Jul 7 15:22:23 2014 +0300

    ephy-title-box: Remove an unneeded style class

 src/ephy-title-box.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-title-box.c b/src/ephy-title-box.c
index 821b16c..f60637a 100644
--- a/src/ephy-title-box.c
+++ b/src/ephy-title-box.c
@@ -206,7 +206,6 @@ ephy_title_box_add_title_bar (EphyTitleBox *title_box)
   hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 4);
   context = gtk_widget_get_style_context (hbox);
   gtk_style_context_add_class (context, "subtitle");
-  gtk_style_context_add_class (context, "dim-label");
   gtk_widget_set_halign (hbox, GTK_ALIGN_CENTER);
   gtk_widget_set_valign (hbox, GTK_ALIGN_BASELINE);
   gtk_widget_show (hbox);


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