From 907fac544a1d407a18b51f430b33154f6b1cbb3c Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 16 Jan 2012 17:42:00 -0500 Subject: embed: set the floating bar as no_show_all Since we want to show it on demand and we call show_all on the parent GtkPaned. --- embed/ephy-embed.c | 1 + 1 file changed, 1 insertion(+) (limited to 'embed') diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index f44424973..f74e49bfd 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -573,6 +573,7 @@ ephy_embed_constructed (GObject *object) priv->floating_bar = nautilus_floating_bar_new (NULL, FALSE); gtk_widget_set_halign (priv->floating_bar, GTK_ALIGN_START); gtk_widget_set_valign (priv->floating_bar, GTK_ALIGN_END); + gtk_widget_set_no_show_all (priv->floating_bar, TRUE); gtk_overlay_add_overlay (GTK_OVERLAY (overlay), priv->floating_bar); -- cgit v1.2.3