aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r--embed/ephy-embed.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index f8e9cadc1..ead39fde1 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -144,9 +144,10 @@ ephy_embed_base_init (gpointer g_class)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (EphyEmbedClass, location),
NULL, NULL,
- g_cclosure_marshal_VOID__VOID,
+ ephy_marshal_VOID__STRING,
G_TYPE_NONE,
- 0);
+ 1,
+ G_TYPE_STRING);
ephy_embed_signals[TITLE] =
g_signal_new ("ge_title",
EPHY_EMBED_TYPE,