diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-08-28 18:22:00 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-28 18:22:00 +0800 |
commit | 61f1784c134b5126864d43c1839439f66fda92b0 (patch) | |
tree | f931a6f5701cc1ce0b7258a558a488f23d7fd0b4 /src/ephy-shell.c | |
parent | f8d9f3f5d4d9f104118e87dddc3af8d43acb4f92 (diff) | |
download | gsoc2013-epiphany-61f1784c134b5126864d43c1839439f66fda92b0.tar.gz 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.c | 2 |
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) |