1
0
Fork 0

Added G_MODULE_BIND_LOCAL for plugin load.

See http://bugzilla.openedhand.com/show_bug.cgi?id=1216.
This commit is contained in:
Tomas Frydrych 2008-10-31 08:08:08 +00:00
parent ce2bfc008d
commit 312cbf3e04

View file

@ -404,7 +404,7 @@ mutter_plugin_manager_load (MutterPluginManager *plugin_mgr)
path = g_strconcat (dpath, plugin_string, ".so", NULL);
if ((plugin = g_module_open (path, 0)))
if ((plugin = g_module_open (path, G_MODULE_BIND_LOCAL)))
{
MutterPlugin *p;