diff options
Diffstat (limited to 'editors/gedit/files/patch-gedit_gedit-module.c')
-rw-r--r-- | editors/gedit/files/patch-gedit_gedit-module.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/gedit/files/patch-gedit_gedit-module.c b/editors/gedit/files/patch-gedit_gedit-module.c deleted file mode 100644 index b12781557ee5..000000000000 --- a/editors/gedit/files/patch-gedit_gedit-module.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |