From d6fd193f8f4487a10a3fbde7a5fff0bd21c54b21 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 27 Apr 2010 16:31:05 +0200 Subject: Bug #610495 - Plugins should define e_plugin_lib_enable --- plugins/external-editor/external-editor.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugins/external-editor/external-editor.c') diff --git a/plugins/external-editor/external-editor.c b/plugins/external-editor/external-editor.c index c569c2ee5e..11db7db3a2 100644 --- a/plugins/external-editor/external-editor.c +++ b/plugins/external-editor/external-editor.c @@ -64,6 +64,14 @@ static gboolean key_press_cb(GtkWidget * widget, GdkEventKey * event, EMsgCompos /* used to track when the external editor is active */ static GThread *editor_thread; +gint e_plugin_lib_enable (EPlugin *ep, gint enable); + +gint +e_plugin_lib_enable (EPlugin *ep, gint enable) +{ + return 0; +} + void ee_editor_command_changed (GtkWidget *textbox) { -- cgit v1.2.3