aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ephy-notebook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index c9575a8d2..d9f97d6b0 100644
--- a/src/ephy-notebook.c
+++ b/src/ephy-notebook.c
@@ -212,7 +212,7 @@ ephy_notebook_class_init (EphyNotebookClass *klass)
g_cclosure_marshal_VOID__OBJECT,
G_TYPE_NONE,
1,
- EPHY_TYPE_EMBED);
+ GTK_TYPE_WIDGET /* Can't use an interface type here */);
g_object_class_install_property (object_class,
PROP_DND_ENABLED,