From 66b802b53a6be466dd91bbb98ea3cca25440a55d Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 12 Jun 2008 17:21:16 +0000 Subject: Reimplement tabs detaching and tabs DND. svn path=/trunk/; revision=8278 --- lib/ephy-module.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/ephy-module.c') diff --git a/lib/ephy-module.c b/lib/ephy-module.c index 86fa9bbe6..7e6040414 100644 --- a/lib/ephy-module.c +++ b/lib/ephy-module.c @@ -152,6 +152,9 @@ ephy_module_load (GTypeModule *gmodule) if (module->type == 0) { + g_warning ("Failed to register the GType(s)!"); + g_module_close (module->library); + return FALSE; } -- cgit v1.2.3