summaryrefslogtreecommitdiff
path: root/mail/evolution/patches/patch-cf
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution/patches/patch-cf')
-rw-r--r--mail/evolution/patches/patch-cf16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/evolution/patches/patch-cf b/mail/evolution/patches/patch-cf
new file mode 100644
index 00000000000..bb3df703fe0
--- /dev/null
+++ b/mail/evolution/patches/patch-cf
@@ -0,0 +1,16 @@
+--- plugins/copy-tool/copy-tool.c 2010-02-19 08:21:55.000000000 +0000
++++ plugins/copy-tool/copy-tool.c 2010-02-19 10:08:30.000000000 +0000
+@@ -40,6 +40,13 @@
+ #include "camel/camel-url.h"
+
+ void org_gnome_copy_tool_copy_address(gpointer ep, EMPopupTargetURI *t);
++gint e_plugin_lib_enable (EPluginLib *ep, gint enable);
++
++gint
++e_plugin_lib_enable (EPluginLib *ep, gint enable)
++{
++ return 0;
++}
+
+ void
+ org_gnome_copy_tool_copy_address(gpointer ep, EMPopupTargetURI *t)