diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bookmarks/ephy-bookmarks.c | 2 | ||||
-rw-r--r-- | src/ephy-shell.c | 2 |
2 files changed, 4 insertions, 0 deletions
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) |