Added G_MODULE_BIND_LOCAL for plugin load.
See http://bugzilla.openedhand.com/show_bug.cgi?id=1216.
This commit is contained in:
parent
ce2bfc008d
commit
312cbf3e04
@ -404,7 +404,7 @@ mutter_plugin_manager_load (MutterPluginManager *plugin_mgr)
|
|||||||
|
|
||||||
path = g_strconcat (dpath, plugin_string, ".so", NULL);
|
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;
|
MutterPlugin *p;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user