[epiphany] embed: set the floating bar as no_show_all
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] embed: set the floating bar as no_show_all
- Date: Mon, 16 Jan 2012 23:25:15 +0000 (UTC)
commit 907fac544a1d407a18b51f430b33154f6b1cbb3c
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Jan 16 17:42:00 2012 -0500
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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index f444249..f74e49b 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]