aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ephy-link.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-link.c b/src/ephy-link.c
index b7b49eeeb..7be73742a 100644
--- a/src/ephy-link.c
+++ b/src/ephy-link.c
@@ -50,10 +50,10 @@ ephy_link_base_init (gpointer g_class)
G_STRUCT_OFFSET (EphyLinkIface, open_link),
ephy_signal_accumulator_object, ephy_embed_get_type,
ephy_marshal_OBJECT__STRING_OBJECT_FLAGS,
- EPHY_TYPE_EMBED,
+ GTK_TYPE_WIDGET /* Can't use an interface type here */,
3,
G_TYPE_STRING,
- EPHY_TYPE_EMBED,
+ GTK_TYPE_WIDGET /* Can't use an interface type here */,
EPHY_TYPE_LINK_FLAGS);
initialised = TRUE;