blob: a896b8038d0d6ee1b577d4e85cd50ddbeb22b0e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-cf,v 1.2 2010/02/19 22:52:21 roy Exp $
--- 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)
|