[epiphany] ephy-window: hide fixed toolbar by default



commit b6746587a1936ece94803e3d04ff43ad8510575f
Author: Xan Lopez <xlopez igalia com>
Date:   Wed Mar 9 22:24:47 2011 +0100

    ephy-window: hide fixed toolbar by default
    
    EggEditableToolbar shows it by default, but we only want it visible in
    Fullscreen mode.

 src/ephy-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 525a8dd..484d538 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3683,6 +3683,8 @@ ephy_window_constructor (GType type,
 	egg_editable_toolbar_set_model
 		(EGG_EDITABLE_TOOLBAR (priv->toolbar), model);
 
+	ephy_toolbar_set_show_leave_fullscreen (priv->toolbar, FALSE);
+
 	/* other notifiers */
 	action = gtk_action_group_get_action (window->priv->action_group,
 					      "BrowseWithCaret");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]