From 3d83b51e03f4908acda3960fb50543925495bcd0 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 15 Dec 2003 13:59:11 +0000 Subject: Fix silly type flags. 2003-12-15 Christian Persch * src/ephy-extension.c: (ephy_extension_get_type): Fix silly type flags. --- src/ephy-extension.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ephy-extension.c') 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; -- cgit v1.2.3