summaryrefslogtreecommitdiffstats
path: root/editors/gedit/files/patch-gedit_gedit-module.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gedit/files/patch-gedit_gedit-module.c')
-rw-r--r--editors/gedit/files/patch-gedit_gedit-module.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/gedit/files/patch-gedit_gedit-module.c b/editors/gedit/files/patch-gedit_gedit-module.c
new file mode 100644
index 000000000..b12781557
--- /dev/null
+++ b/editors/gedit/files/patch-gedit_gedit-module.c
@@ -0,0 +1,11 @@
+--- gedit/gedit-module.c.orig Fri Jan 6 12:19:53 2006
++++ gedit/gedit-module.c Fri Jan 6 12:20:21 2006
+@@ -142,7 +142,7 @@ gedit_module_unload (GTypeModule *gmodul
+
+ gedit_debug_message (DEBUG_PLUGINS, "Unloading %s", module->path);
+
+- g_module_close (module->library);
++ /*g_module_close (module->library);*/
+
+ module->library = NULL;
+ module->type = 0;