[epiphany] ephy-window: drop the PRIMARY_TOOLBAR style



commit 8fb3d72ba837704c583fa2087112ae1044b4f3e1
Author: Xan Lopez <xan igalia com>
Date:   Fri Jan 13 18:36:35 2012 +0100

    ephy-window: drop the PRIMARY_TOOLBAR style
    
    Requested by Lapo. Now we need to fix up the theme.

 src/ephy-window.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 7ea3cfe..ea63589 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3568,9 +3568,6 @@ setup_toolbar (EphyWindow *window)
 
 	toolbar = gtk_ui_manager_get_widget (manager, "/DefaultToolbar");
 
-	gtk_style_context_add_class (gtk_widget_get_style_context (toolbar),
-				     GTK_STYLE_CLASS_PRIMARY_TOOLBAR);
-
 	action = gtk_action_group_get_action (priv->toolbar_action_group,
 					      "NavigationBack");
 	g_signal_connect_swapped (action, "open-link",



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