aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-extension.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-extension.c')
-rw-r--r--src/ephy-extension.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-extension.c b/src/ephy-extension.c
index d164bab6c..a4022b67d 100644
--- a/src/ephy-extension.c
+++ b/src/ephy-extension.c
@@ -37,8 +37,7 @@ ephy_extension_get_type (void)
type = g_type_register_static (G_TYPE_INTERFACE,
"EphyExtension",
- &our_info,
- G_TYPE_FLAG_ABSTRACT);
+ &our_info, 0);
}
return type;