summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
commit71dfde0760b13ea318c656ddead128dbe634597d (patch)
tree604a8dbb563a5add31be347304c3eef5aa78e2a5 /mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c
parentaf8341069438e68bbabd2ab98ad25e0876c4d400 (diff)
downloadmarcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.zst
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.zip
Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c')
-rw-r--r--mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c b/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c
deleted file mode 100644
index 0df6bd970..000000000
--- a/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- modules/addressbook/evolution-module-addressbook.c.orig 2010-04-11 12:47:18.000000000 -0400
-+++ modules/addressbook/evolution-module-addressbook.c 2010-04-11 12:48:06.000000000 -0400
-@@ -47,3 +47,16 @@ G_MODULE_EXPORT void
- e_module_unload (GTypeModule *type_module)
- {
- }
-+
-+G_MODULE_EXPORT const gchar *
-+g_module_check_init (GModule *module)
-+{
-+ /* FIXME Until addressbook is split into a module library and a
-+ * reusable shared library, prevent the module from
-+ * being unloaded. Unloading the module resets all
-+ * static variables, which screws up foo_get_type()
-+ * functions among other things. */
-+ g_module_make_resident (module);
-+
-+ return NULL;
-+}