diff options
Diffstat (limited to 'lib/ephy-glade.c')
-rw-r--r-- | lib/ephy-glade.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-glade.c b/lib/ephy-glade.c index ce91c9954..75dc067e3 100644 --- a/lib/ephy-glade.c +++ b/lib/ephy-glade.c @@ -95,7 +95,7 @@ glade_signal_connect_func (const gchar *cb_name, GObject *obj, /* initialize gmodule */ if (mod_self == NULL) { - mod_self = g_module_open (NULL, 0); + mod_self = g_module_open (NULL, G_MODULE_BIND_LAZY); g_assert (mod_self != NULL); } |