From 61f1784c134b5126864d43c1839439f66fda92b0 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 28 Aug 2004 10:22:00 +0000 Subject: Add debug output --- src/bookmarks/ephy-bookmarks.c | 2 ++ src/ephy-shell.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c index 0ce26d9f4..1a371d62b 100644 --- a/src/bookmarks/ephy-bookmarks.c +++ b/src/bookmarks/ephy-bookmarks.c @@ -212,6 +212,8 @@ ephy_bookmarks_get_toolbars_model (EphyBookmarks *eb) { g_return_val_if_fail (EPHY_IS_BOOKMARKS (eb), NULL); + LOG ("ephy_bookmarks_get_toolbars_model") + if (eb->priv->toolbars_model == NULL) { GObject *toolbars_model; 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) -- cgit v1.2.3