diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 46a56b2b6..4dfb77783 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -539,6 +539,9 @@ ephy_shell_new_tab (EphyShell *shell, jump_to = (flags & EPHY_NEW_TAB_JUMP) != 0; + LOG ("Opening new tab parent-window %p parent-tab %p in-new-window:%s jump-to:%s", + parent_window, previous_tab, in_new_window ? "t" : "f", jump_to ? "t" : "f") + if (!in_new_window && parent_window != NULL) { window = parent_window; |