diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index a4faae5d2..78506c19e 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -275,7 +275,7 @@ ephy_shell_init (EphyShell *gs) /* This ensures mozilla is fired up */ single = ephy_embed_shell_get_embed_single (EPHY_EMBED_SHELL (gs)); - g_signal_connect (G_OBJECT (gs), + g_signal_connect (G_OBJECT (single), "new_window_orphan", G_CALLBACK(ephy_shell_new_window_cb), NULL); |