diff --git a/midori/main.c b/midori/main.c index 46d2f30e..57ee6f3b 100644 --- a/midori/main.c +++ b/midori/main.c @@ -1267,7 +1267,7 @@ midori_load_module (MidoriApp* app, Skip any modules that were loaded before. */ if (modules == NULL) modules = g_hash_table_new (g_direct_hash, g_direct_equal); - if (g_hash_table_contains (modules, module)) + if (g_hash_table_lookup (modules, module)) return; g_hash_table_insert (modules, module, g_strdup (filename));