Re: [Evolution] evolution-2.32.1 (FreeBSD HEAD) && calendar not working



On Thu, 2011-05-05 at 20:44 +0200, Matthias Apitz wrote:
Should I wait for some kind of fix for 2.32.x? 

Try this:

diff --git a/libebackend/e-data-server-module.c b/libebackend/e-data-server-module.c
index 52fb35b..d5c27e7 100644
--- a/libebackend/e-data-server-module.c
+++ b/libebackend/e-data-server-module.c
@@ -74,7 +74,7 @@ e_data_server_module_load (GTypeModule *gmodule)
 
        module = E_DATA_SERVER_MODULE (gmodule);
 
-       module->library = g_module_open (module->path, G_MODULE_BIND_LAZY);
+       module->library = g_module_open (module->path, G_MODULE_BIND_LAZY|G_MODULE_BIND_LOCAL);
 
        if (!module->library) {
                g_warning ("%s", g_module_error ());


-- 
David Woodhouse                            Open Source Technology Centre
David Woodhouse intel com                              Intel Corporation




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