evolution r35208 - trunk/e-util



Author: msuman
Date: Mon Mar 17 04:42:56 2008
New Revision: 35208
URL: http://svn.gnome.org/viewvc/evolution?rev=35208&view=rev

Log:
Patch from Alex Rostovtsev  <tetromino gmail com>: Fix for bug #522631 (Make 'e_profile_event_emit' non-static when ENABLE_PROFILING is defined)

Modified:
   trunk/e-util/ChangeLog
   trunk/e-util/e-profile-event.c

Modified: trunk/e-util/e-profile-event.c
==============================================================================
--- trunk/e-util/e-profile-event.c	(original)
+++ trunk/e-util/e-profile-event.c	Mon Mar 17 04:42:56 2008
@@ -125,7 +125,7 @@
 }
 
 #ifdef ENABLE_PROFILING
-static void
+void
 e_profile_event_emit(const char *id, const char *uid, guint32 flags)
 {
 	EProfileEvent *epe = e_profile_event_peek();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]