aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-01-17 06:42:00 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2012-01-17 07:25:02 +0800
commit907fac544a1d407a18b51f430b33154f6b1cbb3c (patch)
treeb5fd425150857e921150af68e95354ff06ba8506 /embed
parenta24c1cee4db530a0a9b2a833e41d726497d642a0 (diff)
downloadgsoc2013-epiphany-907fac544a1d407a18b51f430b33154f6b1cbb3c.tar
gsoc2013-epiphany-907fac544a1d407a18b51f430b33154f6b1cbb3c.tar.gz
gsoc2013-epiphany-907fac544a1d407a18b51f430b33154f6b1cbb3c.tar.bz2
gsoc2013-epiphany-907fac544a1d407a18b51f430b33154f6b1cbb3c.tar.lz
gsoc2013-epiphany-907fac544a1d407a18b51f430b33154f6b1cbb3c.tar.xz
gsoc2013-epiphany-907fac544a1d407a18b51f430b33154f6b1cbb3c.tar.zst
gsoc2013-epiphany-907fac544a1d407a18b51f430b33154f6b1cbb3c.zip
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.
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed.c1
1 files changed, 1 insertions, 0 deletions
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);