[gnome-games/gnome-3-34] plugin-registrar: Replace BIND_LAZY with LAZY



commit 6e89a4f1081172261ddb0be5ea0aef42d49641d5
Author: Adwait Rawat <adwait rawat gmail com>
Date:   Tue Sep 3 10:00:40 2019 +0000

    plugin-registrar: Replace BIND_LAZY with LAZY
    
    Fixes a deprecation.
    
    Fixes #218
    
    
    (cherry picked from commit be144f9b23859be5b2f94a8aa6ed86ad21fb63a1)

 src/core/plugin-registrar.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/core/plugin-registrar.vala b/src/core/plugin-registrar.vala
index b60c2a99..c8ca7d0b 100644
--- a/src/core/plugin-registrar.vala
+++ b/src/core/plugin-registrar.vala
@@ -58,7 +58,7 @@ private class Games.PluginRegistrar : TypeModule {
                if (loaded)
                        return true;
 
-               module = Module.open (module_path, ModuleFlags.BIND_LAZY);
+               module = Module.open (module_path, ModuleFlags.LAZY);
                if (module == null)
                        return false;
 


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