summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-09-03 14:04:23 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2014-09-03 14:04:23 -0700
commit697c2f5e196403b234eb7891a24242d2186e2c88 (patch)
tree78ed9b5403c5a5c9d57557ca239819593f8a65a8
parent085b7148358d7a5ceae230f4edfb4cdcdf3ee0a8 (diff)
downloadnautilus-697c2f5e196403b234eb7891a24242d2186e2c88.tar.gz
toolbar: remove unneeded style class
GtkHeaderBar already sets this.
-rw-r--r--src/nautilus-toolbar.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nautilus-toolbar.c b/src/nautilus-toolbar.c
index 94c03ef8b..e9223543e 100644
--- a/src/nautilus-toolbar.c
+++ b/src/nautilus-toolbar.c
@@ -389,9 +389,6 @@ nautilus_toolbar_constructed (GObject *obj)
G_OBJECT_CLASS (nautilus_toolbar_parent_class)->constructed (obj);
- gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET (self)),
- "header-bar");
-
toolbar = GTK_WIDGET (obj);
ui_manager = nautilus_window_get_ui_manager (self->priv->window);