gedit r6615 - branches/new_plugins/gedit
- From: jessevdk svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6615 - branches/new_plugins/gedit
- Date: Tue, 25 Nov 2008 09:04:19 +0000 (UTC)
Author: jessevdk
Date: Tue Nov 25 09:04:19 2008
New Revision: 6615
URL: http://svn.gnome.org/viewvc/gedit?rev=6615&view=rev
Log:
Do not bind local as that introduces problems with python symbols for the python loader
Modified:
branches/new_plugins/gedit/gedit-object-module.c
Modified: branches/new_plugins/gedit/gedit-object-module.c
==============================================================================
--- branches/new_plugins/gedit/gedit-object-module.c (original)
+++ branches/new_plugins/gedit/gedit-object-module.c Tue Nov 25 09:04:19 2008
@@ -78,8 +78,7 @@
gedit_debug_message (DEBUG_PLUGINS, "Module filename: %s", path);
module->priv->library = g_module_open (path,
- G_MODULE_BIND_LAZY |
- G_MODULE_BIND_LOCAL);
+ G_MODULE_BIND_LAZY);
g_free (path);
if (module->priv->library == NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]