summaryrefslogtreecommitdiff
path: root/pango/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/modules.c')
-rw-r--r--pango/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/modules.c b/pango/modules.c
index 719ec66e..d0ede877 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -169,7 +169,7 @@ pango_module_load (GTypeModule *module)
if (pango_module->path)
{
- pango_module->library = g_module_open (pango_module->path, 0);
+ pango_module->library = g_module_open (pango_module->path, G_MODULE_BIND_LAZY);
if (!pango_module->library)
{
g_warning (g_module_error());