aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profiler
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/profiler')
-rw-r--r--plugins/profiler/ChangeLog30
-rw-r--r--plugins/profiler/profiler.c8
2 files changed, 8 insertions, 30 deletions
diff --git a/plugins/profiler/ChangeLog b/plugins/profiler/ChangeLog
deleted file mode 100644
index 16b77d5ba6..0000000000
--- a/plugins/profiler/ChangeLog
+++ /dev/null
@@ -1,30 +0,0 @@
-2008-09-02 Sankar P <psankar@novell.com>
-
-License Changes
-
- * profiler.c:
-
-2007-10-26 Kjartan Maraas <kmaraas@gnome.org>
-
- * profiler.c: Add missing includes.
-
-2007-04-02 Sankar P <psankar@novell.com>
-
- * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
-
- * org-gnome-evolution-profiler.eplug.xml:
- Cleanup.
- Fixes part of #301149
-
-2005-12-25 Funda Wang <fundawang@linux.net.cn>
-
- * Makefile.am: Mark this plugin as translatable (bug#301149).
-
-2005-05-12 Not Zed <NotZed@Ximian.com>
-
- * Makefile.am: fix built_sources/cleanfiles.
-
-2005-04-26 Not Zed <NotZed@Ximian.com>
-
- * A profiler plugin.
-
diff --git a/plugins/profiler/profiler.c b/plugins/profiler/profiler.c
index e3ecd07a9e..1a50b6e740 100644
--- a/plugins/profiler/profiler.c
+++ b/plugins/profiler/profiler.c
@@ -34,6 +34,14 @@
void org_gnome_evolution_profiler_event (EPlugin *ep, EProfileEventTarget *t);
+gint e_plugin_lib_enable (EPlugin *ep, gint enable);
+
+gint
+e_plugin_lib_enable (EPlugin *ep, gint enable)
+{
+ return 0;
+}
+
void
org_gnome_evolution_profiler_event(EPlugin *ep, EProfileEventTarget *t)
{