aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-module.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-06-13 01:21:16 +0800
committerChristian Persch <chpe@src.gnome.org>2008-06-13 01:21:16 +0800
commit66b802b53a6be466dd91bbb98ea3cca25440a55d (patch)
tree2f09504c884e68654e2f992c58e734e840d5dd1e /lib/ephy-module.c
parenta397eafd27b12b528de6e6a13f16b86deb37f99c (diff)
downloadgsoc2013-epiphany-66b802b53a6be466dd91bbb98ea3cca25440a55d.tar
gsoc2013-epiphany-66b802b53a6be466dd91bbb98ea3cca25440a55d.tar.gz
gsoc2013-epiphany-66b802b53a6be466dd91bbb98ea3cca25440a55d.tar.bz2
gsoc2013-epiphany-66b802b53a6be466dd91bbb98ea3cca25440a55d.tar.lz
gsoc2013-epiphany-66b802b53a6be466dd91bbb98ea3cca25440a55d.tar.xz
gsoc2013-epiphany-66b802b53a6be466dd91bbb98ea3cca25440a55d.tar.zst
gsoc2013-epiphany-66b802b53a6be466dd91bbb98ea3cca25440a55d.zip
Reimplement tabs detaching and tabs DND.
svn path=/trunk/; revision=8278
Diffstat (limited to 'lib/ephy-module.c')
-rw-r--r--lib/ephy-module.c3
1 files changed, 3 insertions, 0 deletions
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;
}