aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
authorDave Camp <dave@ximian.com>2003-04-17 02:41:06 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-17 02:41:06 +0800
commite89d190c6c6ecaaa4e367835c5fddb549325b3f2 (patch)
tree98e2637b3c7e4625a952af59a1bbe4bc0167493f /src/ephy-shell.c
parent8b70f35b46a84e6ebaf11471e707b8fe2dcdb4c7 (diff)
downloadgsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.tar
gsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.tar.gz
gsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.tar.bz2
gsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.tar.lz
gsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.tar.xz
gsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.tar.zst
gsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.zip
Moved the new_window_orphan signal to EphyEmbedSingle.
2003-04-16 Dave Camp <dave@ximian.com> * embed/ephy-embed-shell.c: (ephy_embed_shell_class_init): * embed/ephy-embed-single.c: (ephy_embed_single_class_init): * src/ephy-shell.c: (ephy_shell_init): Moved the new_window_orphan signal to EphyEmbedSingle.
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c2
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);