summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-09-03 14:05:08 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2014-09-03 14:05:08 -0700
commit7d4491cece91ca3f3d0c963cf006cb4d39f22071 (patch)
tree0baa66554383bae49e097cb1bddc3f1c7b125fff
parent697c2f5e196403b234eb7891a24242d2186e2c88 (diff)
downloadnautilus-7d4491cece91ca3f3d0c963cf006cb4d39f22071.tar.gz
toolbar: don't set junction sides
There's no need to.
-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 e9223543e..642f524bc 100644
--- a/src/nautilus-toolbar.c
+++ b/src/nautilus-toolbar.c
@@ -393,9 +393,6 @@ nautilus_toolbar_constructed (GObject *obj)
ui_manager = nautilus_window_get_ui_manager (self->priv->window);
- gtk_style_context_set_junction_sides (gtk_widget_get_style_context (GTK_WIDGET (self)),
- GTK_JUNCTION_BOTTOM);
-
/* Back and Forward */
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);