aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e-util/ChangeLog7
-rw-r--r--e-util/e-profile-event.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 8c6978b5e0..736421c952 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,10 @@
+2008-03-17 Alex Rostovtsev <tetromino@gmail.com>
+
+ ** Fix for bug #522631
+
+ * e-profile-event.c: Make 'e_profile_event_emit' non-static when
+ ENABLE_PROFILING is defined.
+
2008-03-11 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #513951
diff --git a/e-util/e-profile-event.c b/e-util/e-profile-event.c
index 023f76746e..1bb54158ad 100644
--- a/e-util/e-profile-event.c
+++ b/e-util/e-profile-event.c
@@ -125,7 +125,7 @@ e_profile_event_target_new(EProfileEvent *eme, const char *id, const char *uid,
}
#ifdef ENABLE_PROFILING
-static void
+void
e_profile_event_emit(const char *id, const char *uid, guint32 flags)
{
EProfileEvent *epe = e_profile_event_peek();