aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--embed/ephy-embed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index cc8503032..01e10b5b2 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -806,7 +806,7 @@ ephy_embed_add_top_widget (EphyEmbed *embed, GtkWidget *widget, gboolean destroy
}
gtk_box_pack_end (embed->priv->top_widgets_vbox,
- GTK_WIDGET (widget), TRUE, TRUE, 0);
+ GTK_WIDGET (widget), FALSE, FALSE, 0);
}
/**