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/subject-thread/subject-thread.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugins/subject-thread/subject-thread.c') diff --git a/plugins/subject-thread/subject-thread.c b/plugins/subject-thread/subject-thread.c index 6c008c71ae..26012d3461 100644 --- a/plugins/subject-thread/subject-thread.c +++ b/plugins/subject-thread/subject-thread.c @@ -36,6 +36,13 @@ #define GCONF_KEY "/apps/evolution/mail/display/thread_subject" GtkWidget *org_gnome_subject_thread_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data); +gint e_plugin_lib_enable (EPlugin *ep, gint enable); + +gint +e_plugin_lib_enable (EPlugin *ep, gint enable) +{ + return 0; +} static void toggled_cb (GtkWidget *widget, EConfig *config) -- cgit v1.2.3