aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2004-08-28 18:22:00 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-28 18:22:00 +0800
commit61f1784c134b5126864d43c1839439f66fda92b0 (patch)
treef931a6f5701cc1ce0b7258a558a488f23d7fd0b4 /src/ephy-shell.c
parentf8d9f3f5d4d9f104118e87dddc3af8d43acb4f92 (diff)
downloadgsoc2013-epiphany-61f1784c134b5126864d43c1839439f66fda92b0.tar
gsoc2013-epiphany-61f1784c134b5126864d43c1839439f66fda92b0.tar.gz
gsoc2013-epiphany-61f1784c134b5126864d43c1839439f66fda92b0.tar.bz2
gsoc2013-epiphany-61f1784c134b5126864d43c1839439f66fda92b0.tar.lz
gsoc2013-epiphany-61f1784c134b5126864d43c1839439f66fda92b0.tar.xz
gsoc2013-epiphany-61f1784c134b5126864d43c1839439f66fda92b0.tar.zst
gsoc2013-epiphany-61f1784c134b5126864d43c1839439f66fda92b0.zip
Add debug output
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)