[evolution-patches] [PATCH] EDS Calendar IDL



I forgot to attach this patch with the IDL inclusion in Evolution's
calendar. The two IDLs were using the same #define for multiple
inclusion protection, so we need to change one of them.

-- 
Hans Petter Jansson | <hpj novell com>
Evolution Developer | http://hp.cl.no/
Index: idl/Evolution-DataServer-Calendar.idl
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/idl/Evolution-DataServer-Calendar.idl,v
retrieving revision 1.8
diff -u -p -r1.8 Evolution-DataServer-Calendar.idl
--- idl/Evolution-DataServer-Calendar.idl	28 Jan 2005 13:17:36 -0000	1.8
+++ idl/Evolution-DataServer-Calendar.idl	31 Jan 2005 22:44:40 -0000
@@ -8,8 +8,8 @@
  *          Federico Mena-Quintero <federico ximian com>
  */
 
-#ifndef _EVOLUTION_CALENDAR_IDL_
-#define _EVOLUTION_CALENDAR_IDL_
+#ifndef _EVOLUTION_DATASERVER_CALENDAR_IDL_
+#define _EVOLUTION_DATASERVER_CALENDAR_IDL_
 
 #include <Bonobo.idl>
 


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