aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 85edfaf21..2718ea538 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -653,6 +653,8 @@ ephy_shell_get_bookmarks (EphyShell *shell)
GObject *
ephy_shell_get_toolbars_model (EphyShell *shell, gboolean fullscreen)
{
+ LOG ("ephy_shell_get_toolbars_model fs=%d", fullscreen)
+
if (fullscreen)
{
if (shell->priv->fs_toolbars_model == NULL)