[seed] libseed: No need for G_MODULE_BIND_LAZY when importing modules



commit 0e8bd80beecd858ac35d5a64c4fe7a536d1a8e62
Author: Robert Carr <racarr svn gnome org>
Date:   Thu May 14 04:46:53 2009 -0400

    libseed: No need for G_MODULE_BIND_LAZY when importing modules
---
 libseed/seed-importer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libseed/seed-importer.c b/libseed/seed-importer.c
index ae379cf..0d1dd9e 100644
--- a/libseed/seed-importer.c
+++ b/libseed/seed-importer.c
@@ -532,7 +532,7 @@ seed_importer_handle_native_module (JSContextRef ctx,
       return module_obj;
     }
   
-  module = g_module_open (file_path, G_MODULE_BIND_LAZY);
+  module = g_module_open (file_path, 0);
   
   if (!module)
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]